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
- NullRuntimeConfig.cs
- TypeConverter.cs
- TcpServerChannel.cs
- HMAC.cs
- OrderByLifter.cs
- ClientApiGenerator.cs
- ImportOptions.cs
- ClipboardProcessor.cs
- MetadataArtifactLoaderCompositeFile.cs
- Timeline.cs
- URIFormatException.cs
- BufferedReadStream.cs
- documentsequencetextpointer.cs
- ListViewAutomationPeer.cs
- HtmlLink.cs
- UnknownWrapper.cs
- RegexNode.cs
- UmAlQuraCalendar.cs
- MatrixAnimationBase.cs
- LoginNameDesigner.cs
- BitmapEffectGeneralTransform.cs
- DiffuseMaterial.cs
- InfoCardMasterKey.cs
- SecurityPermission.cs
- MessageEncodingBindingElementImporter.cs
- DataServiceExpressionVisitor.cs
- PreservationFileReader.cs
- Gdiplus.cs
- PageTheme.cs
- DataGridViewAutoSizeModeEventArgs.cs
- NetStream.cs
- RuntimeArgumentHandle.cs
- ImageCodecInfoPrivate.cs
- WebPartDisplayMode.cs
- ComponentDispatcher.cs
- ReadOnlyMetadataCollection.cs
- __Error.cs
- SqlServices.cs
- ToolStripSeparatorRenderEventArgs.cs
- PropertyStore.cs
- cache.cs
- MailAddressCollection.cs
- Menu.cs
- ProviderSettings.cs
- ImageCreator.cs
- CompilerParameters.cs
- JoinCqlBlock.cs
- ComplexObject.cs
- RangeValidator.cs
- VisualStyleElement.cs
- ControlTemplate.cs
- BooleanExpr.cs
- Underline.cs
- PtsHost.cs
- RootBrowserWindowProxy.cs
- Rules.cs
- Encoder.cs
- SecurityKeyUsage.cs
- TreeNodeBindingCollection.cs
- DbBuffer.cs
- QilStrConcatenator.cs
- XComponentModel.cs
- CorePropertiesFilter.cs
- ListViewGroupConverter.cs
- InfoCardPolicy.cs
- FontFamilyValueSerializer.cs
- DictionaryGlobals.cs
- CqlGenerator.cs
- TakeOrSkipQueryOperator.cs
- mda.cs
- CodeLinePragma.cs
- Material.cs
- MetaType.cs
- ColumnBinding.cs
- StringSource.cs
- ConstructorBuilder.cs
- MemberCollection.cs
- MenuItemCollection.cs
- XPathAncestorQuery.cs
- Task.cs
- InfoCardBinaryReader.cs
- ECDiffieHellmanCng.cs
- DesignerTransactionCloseEvent.cs
- OverflowException.cs
- ExpressionBindingCollection.cs
- FontSourceCollection.cs
- SuppressMessageAttribute.cs
- DesignerTransaction.cs
- ToolStripItemImageRenderEventArgs.cs
- HttpApplicationFactory.cs
- ConfigurationLocationCollection.cs
- RegistryKey.cs
- HtmlInputButton.cs
- SignatureHelper.cs
- ADMembershipUser.cs
- HtmlUtf8RawTextWriter.cs
- SecureUICommand.cs
- sapiproxy.cs
- CodeIterationStatement.cs
- RuleRefElement.cs