Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }Gets the value associated with the clicked area. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- URIFormatException.cs
- codemethodreferenceexpression.cs
- ParenthesizePropertyNameAttribute.cs
- SqlMethods.cs
- ButtonBase.cs
- RuntimeWrappedException.cs
- SessionIDManager.cs
- PointLightBase.cs
- ModelServiceImpl.cs
- ScrollChrome.cs
- HandleCollector.cs
- FieldNameLookup.cs
- TextBlock.cs
- GCHandleCookieTable.cs
- EncryptedHeaderXml.cs
- InheritanceAttribute.cs
- mil_sdk_version.cs
- EdmConstants.cs
- remotingproxy.cs
- WebPartsSection.cs
- PrePrepareMethodAttribute.cs
- DataReceivedEventArgs.cs
- SmtpDigestAuthenticationModule.cs
- NetworkAddressChange.cs
- CodeRegionDirective.cs
- AnimationException.cs
- XamlStyleSerializer.cs
- Queue.cs
- TemplateModeChangedEventArgs.cs
- TypeDescriptorContext.cs
- ResourcesGenerator.cs
- DataSourceDesigner.cs
- BitmapFrameEncode.cs
- SafeWaitHandle.cs
- HostedNamedPipeTransportManager.cs
- FixedSOMGroup.cs
- AsyncPostBackErrorEventArgs.cs
- DashStyle.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- XmlSchemaChoice.cs
- PieceNameHelper.cs
- FixedSOMElement.cs
- StatementContext.cs
- AttachInfo.cs
- documentation.cs
- GetPageCompletedEventArgs.cs
- AlternateView.cs
- SqlTypeSystemProvider.cs
- WindowsIPAddress.cs
- Item.cs
- XmlExceptionHelper.cs
- InternalBase.cs
- WebPartConnectionsConnectVerb.cs
- EntityCommandCompilationException.cs
- Camera.cs
- ContentTextAutomationPeer.cs
- ResourcesBuildProvider.cs
- RelationshipConverter.cs
- WaitHandle.cs
- FontDriver.cs
- validation.cs
- ListComponentEditorPage.cs
- KeyInfo.cs
- DrawListViewColumnHeaderEventArgs.cs
- AttachedProperty.cs
- RectangleHotSpot.cs
- ProcessThread.cs
- GeometryCollection.cs
- SmtpFailedRecipientException.cs
- mediaclock.cs
- util.cs
- DockAndAnchorLayout.cs
- MobileCategoryAttribute.cs
- RelatedPropertyManager.cs
- DecimalAnimationUsingKeyFrames.cs
- Rotation3DAnimation.cs
- AttachmentService.cs
- PrintPreviewDialog.cs
- comcontractssection.cs
- DataKey.cs
- FrameSecurityDescriptor.cs
- GridViewRowCollection.cs
- DllHostedComPlusServiceHost.cs
- ConfigurationErrorsException.cs
- ImpersonationContext.cs
- InvalidEnumArgumentException.cs
- DbParameterCollectionHelper.cs
- ObjectViewEntityCollectionData.cs
- SerializationObjectManager.cs
- TextTreeTextElementNode.cs
- SapiInterop.cs
- JournalNavigationScope.cs
- SchemaCollectionPreprocessor.cs
- Propagator.JoinPropagator.cs
- EntityDataSourceChangingEventArgs.cs
- PointAnimationClockResource.cs
- XmlSchemaComplexType.cs
- TextMarkerSource.cs
- HandledMouseEvent.cs
- RegistrationServices.cs