Code:
/ FX-1434 / FX-1434 / 1.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
- OdbcConnectionHandle.cs
- ItemAutomationPeer.cs
- SystemWebSectionGroup.cs
- X509CertificateChain.cs
- ElementHost.cs
- TextEditorThreadLocalStore.cs
- DataGridClipboardHelper.cs
- TakeQueryOptionExpression.cs
- QueryResponse.cs
- AssemblyBuilderData.cs
- PropertyRef.cs
- ArraySet.cs
- InvalidateEvent.cs
- StagingAreaInputItem.cs
- DataControlFieldHeaderCell.cs
- IdleTimeoutMonitor.cs
- DataServiceRequest.cs
- ApplicationFileParser.cs
- CompilerWrapper.cs
- SystemUnicastIPAddressInformation.cs
- XD.cs
- HMACSHA512.cs
- Point3DValueSerializer.cs
- FillErrorEventArgs.cs
- BaseCAMarshaler.cs
- XsltLoader.cs
- ParagraphVisual.cs
- ValidatedControlConverter.cs
- WorkflowMessageEventArgs.cs
- CalendarBlackoutDatesCollection.cs
- TileModeValidation.cs
- RemoveStoryboard.cs
- ControlCommandSet.cs
- DesignerVerb.cs
- ContentType.cs
- SafeViewOfFileHandle.cs
- InstanceOwnerQueryResult.cs
- SecuritySessionSecurityTokenProvider.cs
- WebPartZoneDesigner.cs
- QueryOutputWriter.cs
- DataGridItem.cs
- QueryStringParameter.cs
- MemoryPressure.cs
- TextPenaltyModule.cs
- Control.cs
- XmlDataSource.cs
- SessionStateSection.cs
- JpegBitmapDecoder.cs
- ProcessHost.cs
- References.cs
- TextSchema.cs
- _ContextAwareResult.cs
- EngineSite.cs
- Vector3DAnimationBase.cs
- CodeBinaryOperatorExpression.cs
- SessionEndedEventArgs.cs
- UIAgentAsyncEndRequest.cs
- CustomAttributeSerializer.cs
- Compiler.cs
- DelegatingTypeDescriptionProvider.cs
- SecondaryIndex.cs
- ByteKeyFrameCollection.cs
- WorkBatch.cs
- AssociationType.cs
- List.cs
- TextProperties.cs
- WebBaseEventKeyComparer.cs
- OneToOneMappingSerializer.cs
- TableRow.cs
- PageRanges.cs
- CodeTypeDelegate.cs
- DefaultValueAttribute.cs
- GeometryCombineModeValidation.cs
- TextTreeRootNode.cs
- DesignTimeVisibleAttribute.cs
- SimpleRecyclingCache.cs
- DispatcherEventArgs.cs
- Speller.cs
- ConstantCheck.cs
- ImageKeyConverter.cs
- MouseWheelEventArgs.cs
- MarkerProperties.cs
- TransformationRules.cs
- IDReferencePropertyAttribute.cs
- FormsAuthenticationCredentials.cs
- XPathNavigator.cs
- MessageBox.cs
- NativeMethods.cs
- Byte.cs
- DeploymentSectionCache.cs
- ClusterSafeNativeMethods.cs
- WebPartAuthorizationEventArgs.cs
- FunctionNode.cs
- NetworkInformationException.cs
- Module.cs
- WinFormsUtils.cs
- HtmlInputCheckBox.cs
- AddingNewEventArgs.cs
- ReferentialConstraint.cs
- WCFServiceClientProxyGenerator.cs