Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ //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.Gets the value associated with the clicked area. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BindMarkupExtensionSerializer.cs
- DuplicateWaitObjectException.cs
- SqlComparer.cs
- TemplateColumn.cs
- Matrix.cs
- AsyncDataRequest.cs
- MultiByteCodec.cs
- cache.cs
- XPathAncestorIterator.cs
- EnumUnknown.cs
- SqlDataReader.cs
- HttpCookieCollection.cs
- JsonServiceDocumentSerializer.cs
- CloudCollection.cs
- UIAgentInitializationException.cs
- Part.cs
- UnsafeNativeMethods.cs
- BuildResultCache.cs
- EditorPart.cs
- PermissionSetEnumerator.cs
- SimpleWorkerRequest.cs
- HierarchicalDataTemplate.cs
- EditorPartCollection.cs
- CodeStatementCollection.cs
- webclient.cs
- NotCondition.cs
- DataControlButton.cs
- _Events.cs
- DictionaryContent.cs
- CompressionTracing.cs
- NegotiateStream.cs
- TextComposition.cs
- DbConnectionInternal.cs
- ZipIOExtraFieldPaddingElement.cs
- SocketCache.cs
- ConfigXmlElement.cs
- NoResizeSelectionBorderGlyph.cs
- ChtmlPageAdapter.cs
- BrowserCapabilitiesCompiler.cs
- CustomAttributeBuilder.cs
- SemanticBasicElement.cs
- DataGridState.cs
- HttpCacheVary.cs
- DefaultShape.cs
- SynchronizedInputPattern.cs
- BindingWorker.cs
- Vector3DKeyFrameCollection.cs
- SafeIUnknown.cs
- FormView.cs
- ClaimTypeElement.cs
- OuterGlowBitmapEffect.cs
- BatchParser.cs
- CodeTypeDelegate.cs
- StateManagedCollection.cs
- InlinedLocationReference.cs
- OutputCacheProfile.cs
- DebugInfoGenerator.cs
- HostProtectionException.cs
- SynchronizedDisposablePool.cs
- ConfigurationException.cs
- TypeValidationEventArgs.cs
- WindowsTokenRoleProvider.cs
- KeysConverter.cs
- ResourcesChangeInfo.cs
- PrintEvent.cs
- SqlVersion.cs
- SubpageParaClient.cs
- DataTableExtensions.cs
- WebPartConnectionsConfigureVerb.cs
- ArrangedElement.cs
- ConnectionStringsSection.cs
- _ChunkParse.cs
- UnaryNode.cs
- WebResponse.cs
- DynamicDataResources.Designer.cs
- QilIterator.cs
- ArrayExtension.cs
- GeneratedView.cs
- DetailsViewUpdatedEventArgs.cs
- VarInfo.cs
- ComponentChangingEvent.cs
- HttpWebRequestElement.cs
- PublisherMembershipCondition.cs
- DataList.cs
- CodeDOMUtility.cs
- CheckBoxBaseAdapter.cs
- DataGridTablesFactory.cs
- SystemException.cs
- XmlSchemaInfo.cs
- EnumType.cs
- SeekableReadStream.cs
- PublisherIdentityPermission.cs
- elementinformation.cs
- WebAdminConfigurationHelper.cs
- GenerateScriptTypeAttribute.cs
- ServiceBusyException.cs
- TreeNodeEventArgs.cs
- Axis.cs
- SQLSingleStorage.cs
- ResourceType.cs