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
- SafeFindHandle.cs
- DurationConverter.cs
- WebPartAddingEventArgs.cs
- CategoryNameCollection.cs
- XmlWriter.cs
- RegexTree.cs
- SqlSupersetValidator.cs
- HighlightOverlayGlyph.cs
- DataGridViewTopRowAccessibleObject.cs
- DynamicPropertyReader.cs
- ArrayList.cs
- AsymmetricCryptoHandle.cs
- VectorConverter.cs
- BitHelper.cs
- CodeGotoStatement.cs
- TextBox.cs
- FormsAuthenticationConfiguration.cs
- StrokeNodeOperations.cs
- InheritedPropertyChangedEventArgs.cs
- GetReadStreamResult.cs
- BaseTemplateBuildProvider.cs
- PartitionerStatic.cs
- HttpConfigurationSystem.cs
- WsdlImporter.cs
- StringInfo.cs
- Int64AnimationUsingKeyFrames.cs
- NullEntityWrapper.cs
- ListViewContainer.cs
- SqlBuilder.cs
- HMACSHA384.cs
- DirectionalLight.cs
- SoapCodeExporter.cs
- XmlSerializer.cs
- MetadataWorkspace.cs
- MultiByteCodec.cs
- TraceHandler.cs
- SqlDependency.cs
- XamlReaderConstants.cs
- IRCollection.cs
- InputLanguageEventArgs.cs
- SimpleWebHandlerParser.cs
- SqlProviderServices.cs
- TextShapeableCharacters.cs
- CompositeControl.cs
- GlobalEventManager.cs
- ToolboxComponentsCreatingEventArgs.cs
- ActivationProxy.cs
- Lasso.cs
- ConnectionStringsExpressionBuilder.cs
- Matrix3DValueSerializer.cs
- DispatcherObject.cs
- DefaultTextStore.cs
- PublisherIdentityPermission.cs
- MsmqInputChannel.cs
- BuildProviderUtils.cs
- UrlMappingsModule.cs
- XmlSignatureManifest.cs
- EarlyBoundInfo.cs
- MessageEncoderFactory.cs
- GradientStopCollection.cs
- PeerNameResolver.cs
- StrongNameKeyPair.cs
- CleanUpVirtualizedItemEventArgs.cs
- DataGridViewSelectedRowCollection.cs
- InvalidCardException.cs
- DataService.cs
- ChtmlTextWriter.cs
- MouseEventArgs.cs
- GZipStream.cs
- RegexInterpreter.cs
- NetMsmqSecurityMode.cs
- RootDesignerSerializerAttribute.cs
- SqlCharStream.cs
- MarkupWriter.cs
- TimerEventSubscription.cs
- UniqueConstraint.cs
- EntityDataSourceState.cs
- AccessDataSource.cs
- ItemContainerGenerator.cs
- GlyphRun.cs
- Panel.cs
- MatrixUtil.cs
- SiteOfOriginContainer.cs
- XamlPointCollectionSerializer.cs
- IntellisenseTextBox.cs
- TargetControlTypeAttribute.cs
- EpmTargetTree.cs
- X509Certificate2Collection.cs
- SQLString.cs
- OpenTypeCommon.cs
- EmulateRecognizeCompletedEventArgs.cs
- WindowsListViewItem.cs
- HostedElements.cs
- ModelItem.cs
- TextMarkerSource.cs
- BindingManagerDataErrorEventArgs.cs
- Point3DCollection.cs
- AnnotationAuthorChangedEventArgs.cs
- RuleInfoComparer.cs
- DataProtection.cs