Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- RuleElement.cs
- bindurihelper.cs
- ContainsRowNumberChecker.cs
- MobileControlDesigner.cs
- DllNotFoundException.cs
- CustomAttributeFormatException.cs
- QueryStatement.cs
- SqlCommandBuilder.cs
- MsmqTransportSecurityElement.cs
- _FtpDataStream.cs
- CalendarDataBindingHandler.cs
- ResourceProviderFactory.cs
- InternalControlCollection.cs
- WeakEventManager.cs
- TextEditorTyping.cs
- SafeEventLogWriteHandle.cs
- SQlBooleanStorage.cs
- CallbackException.cs
- ToolStripSystemRenderer.cs
- TextEndOfParagraph.cs
- XmlAttributes.cs
- CodeGeneratorAttribute.cs
- TextServicesContext.cs
- MetaChildrenColumn.cs
- DependencyPropertyAttribute.cs
- GradientStopCollection.cs
- HtmlTableCell.cs
- ListBindingConverter.cs
- InfoCardTrace.cs
- Hash.cs
- ExpressionDumper.cs
- UrlMappingCollection.cs
- _OverlappedAsyncResult.cs
- TextInfo.cs
- SchemaElementDecl.cs
- PopupEventArgs.cs
- DiscoveryServerProtocol.cs
- RuntimeWrappedException.cs
- Debug.cs
- PenThreadPool.cs
- DateTimeFormat.cs
- ObjectDataSourceView.cs
- KerberosTicketHashIdentifierClause.cs
- ConfigurationElementCollection.cs
- PlatformCulture.cs
- UICuesEvent.cs
- StringAttributeCollection.cs
- HwndKeyboardInputProvider.cs
- HebrewNumber.cs
- TabletDevice.cs
- SqlDataAdapter.cs
- COM2PropertyPageUITypeConverter.cs
- PageThemeCodeDomTreeGenerator.cs
- TextEditorMouse.cs
- LinkTarget.cs
- SQLDecimal.cs
- UiaCoreApi.cs
- DataBoundControlDesigner.cs
- ToolStripItemRenderEventArgs.cs
- DesignSurfaceEvent.cs
- XmlWrappingReader.cs
- Point3DAnimationBase.cs
- SHA512Cng.cs
- ExtenderProvidedPropertyAttribute.cs
- CreateRefExpr.cs
- complextypematerializer.cs
- TimeStampChecker.cs
- FrameSecurityDescriptor.cs
- ControlBuilder.cs
- CanonicalXml.cs
- Int32EqualityComparer.cs
- EastAsianLunisolarCalendar.cs
- SqlColumnizer.cs
- ProxyGenerationError.cs
- Form.cs
- Event.cs
- SequenceNumber.cs
- SiteIdentityPermission.cs
- EventLogPermissionEntryCollection.cs
- NativeMethods.cs
- RegexStringValidatorAttribute.cs
- GridViewCommandEventArgs.cs
- TemplateKeyConverter.cs
- DragDrop.cs
- Span.cs
- TableDesigner.cs
- MessageSecurityVersionConverter.cs
- HtmlForm.cs
- AnyAllSearchOperator.cs
- XmlBaseWriter.cs
- InternalDispatchObject.cs
- TagPrefixAttribute.cs
- MultiAsyncResult.cs
- COM2Enum.cs
- XmlSecureResolver.cs
- XmlAnyAttributeAttribute.cs
- ObservableDictionary.cs
- ConfigXmlSignificantWhitespace.cs
- HwndProxyElementProvider.cs
- ADMembershipProvider.cs