Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / ImageMapEventArgs.cs / 1 / ImageMapEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ImageMapEventArgs : EventArgs { private string _postBackValue; public ImageMapEventArgs(string value) { _postBackValue = value; } ///Provides data for the ImageMap click event. ////// public string PostBackValue { get { return _postBackValue; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //Gets the value associated with the clicked area. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ImageMapEventArgs : EventArgs { private string _postBackValue; public ImageMapEventArgs(string value) { _postBackValue = value; } ///Provides data for the ImageMap click event. ////// public string PostBackValue { get { return _postBackValue; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.Gets the value associated with the clicked area. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NamespaceMapping.cs
- Rect3D.cs
- FreeFormDesigner.cs
- WebControlAdapter.cs
- JobPageOrder.cs
- DocumentApplicationJournalEntry.cs
- GroupByExpressionRewriter.cs
- NTAccount.cs
- Paragraph.cs
- DataGridTextBox.cs
- ForEachAction.cs
- Converter.cs
- MetadataArtifactLoaderFile.cs
- SecurityManager.cs
- InputProcessorProfiles.cs
- StorageComplexPropertyMapping.cs
- XmlDataSourceDesigner.cs
- CodeIndexerExpression.cs
- SrgsElementList.cs
- UITypeEditor.cs
- XmlSchemaObjectCollection.cs
- CacheVirtualItemsEvent.cs
- xsdvalidator.cs
- Lease.cs
- streamingZipPartStream.cs
- SchemaImporterExtensionElementCollection.cs
- _ShellExpression.cs
- BinaryCommonClasses.cs
- HostingEnvironmentSection.cs
- DataContract.cs
- DrawingVisual.cs
- CheckBox.cs
- ChangeDirector.cs
- ISAPIApplicationHost.cs
- XmlDocumentFieldSchema.cs
- RegistryKey.cs
- ProgressiveCrcCalculatingStream.cs
- InfiniteIntConverter.cs
- DataGridItem.cs
- Utils.cs
- DateTimeValueSerializerContext.cs
- ClientRuntimeConfig.cs
- DesignerCommandSet.cs
- MobileControlsSectionHelper.cs
- FormatConvertedBitmap.cs
- PublisherMembershipCondition.cs
- LongTypeConverter.cs
- PropertyOverridesTypeEditor.cs
- MinimizableAttributeTypeConverter.cs
- SignatureResourceHelper.cs
- UInt32Storage.cs
- DataServiceContext.cs
- TextProperties.cs
- DbConnectionStringBuilder.cs
- IntegerValidator.cs
- ZipIORawDataFileBlock.cs
- BroadcastEventHelper.cs
- Rotation3DAnimation.cs
- WebBaseEventKeyComparer.cs
- ChangeConflicts.cs
- BinaryObjectInfo.cs
- PagedDataSource.cs
- HostingEnvironmentException.cs
- PassportAuthenticationEventArgs.cs
- StringDictionaryEditor.cs
- ServerReliableChannelBinder.cs
- NumberSubstitution.cs
- HttpCacheParams.cs
- XmlSchemaExternal.cs
- ContextDataSourceView.cs
- MachineKeyConverter.cs
- HasActivatableWorkflowEvent.cs
- FlowLayoutSettings.cs
- ToolZone.cs
- Button.cs
- AttributeCollection.cs
- CustomBindingCollectionElement.cs
- ConvertersCollection.cs
- LineBreakRecord.cs
- Misc.cs
- ParseHttpDate.cs
- QilCloneVisitor.cs
- PointConverter.cs
- ConnectionStringsExpressionBuilder.cs
- SqlTypeConverter.cs
- LicenseProviderAttribute.cs
- MenuItemStyleCollection.cs
- UInt32Converter.cs
- SemanticResultValue.cs
- ResourceProviderFactory.cs
- HttpListenerResponse.cs
- TemplatedMailWebEventProvider.cs
- SynchronizationContext.cs
- ResourceExpressionBuilder.cs
- ObjectContext.cs
- Constraint.cs
- SqlMetaData.cs
- UntypedNullExpression.cs
- Line.cs
- XmlDigitalSignatureProcessor.cs