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
- XmlSchemaComplexType.cs
- MsmqIntegrationProcessProtocolHandler.cs
- SignedXml.cs
- PageBorderless.cs
- EntityDataSourceContainerNameItem.cs
- FlowLayoutSettings.cs
- BCryptNative.cs
- FontResourceCache.cs
- XmlSignificantWhitespace.cs
- ListManagerBindingsCollection.cs
- StringCollectionEditor.cs
- Ppl.cs
- SchemaObjectWriter.cs
- Item.cs
- MediaSystem.cs
- InheritanceRules.cs
- WebControl.cs
- ReaderContextStackData.cs
- RegexParser.cs
- SqlDelegatedTransaction.cs
- CurrentChangingEventManager.cs
- Model3DGroup.cs
- X509AsymmetricSecurityKey.cs
- PropertyTabAttribute.cs
- ThrowHelper.cs
- DataSourceView.cs
- XmlMemberMapping.cs
- CopyNodeSetAction.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- DataServiceHost.cs
- _ConnectStream.cs
- XmlSubtreeReader.cs
- SafeArrayTypeMismatchException.cs
- OleDbRowUpdatedEvent.cs
- SessionChannels.cs
- WebPartVerbCollection.cs
- SecurityManager.cs
- BrushMappingModeValidation.cs
- PropertyMappingExceptionEventArgs.cs
- SystemMulticastIPAddressInformation.cs
- StringSource.cs
- DriveNotFoundException.cs
- AddingNewEventArgs.cs
- XmlRawWriter.cs
- _OverlappedAsyncResult.cs
- WebRequestModulesSection.cs
- Attribute.cs
- MultiDataTrigger.cs
- DetailsViewDeleteEventArgs.cs
- HttpClientCertificate.cs
- SrgsGrammarCompiler.cs
- DataGridViewDesigner.cs
- ObjectDataSource.cs
- Duration.cs
- SafeFreeMibTable.cs
- RijndaelCryptoServiceProvider.cs
- CustomTokenProvider.cs
- SqlError.cs
- TripleDES.cs
- InputReportEventArgs.cs
- _TLSstream.cs
- EntityModelSchemaGenerator.cs
- ComponentManagerBroker.cs
- MarkupExtensionReturnTypeAttribute.cs
- TimeEnumHelper.cs
- TextServicesCompartmentContext.cs
- EntityKey.cs
- HtmlInputRadioButton.cs
- CodeObject.cs
- TextParagraphCache.cs
- XmlQuerySequence.cs
- MiniConstructorInfo.cs
- FlagsAttribute.cs
- DataSourceView.cs
- GroupBox.cs
- SQLString.cs
- ObjectViewFactory.cs
- TextCollapsingProperties.cs
- JpegBitmapDecoder.cs
- BypassElement.cs
- ApplicationTrust.cs
- InvalidWMPVersionException.cs
- ModuleConfigurationInfo.cs
- TextFormatterContext.cs
- ParameterModifier.cs
- SortExpressionBuilder.cs
- AssemblyBuilderData.cs
- DataReceivedEventArgs.cs
- StringSource.cs
- DataControlFieldCell.cs
- DataControlFieldHeaderCell.cs
- WebServiceAttribute.cs
- XNodeValidator.cs
- EntitySqlQueryBuilder.cs
- SecurityDescriptor.cs
- UpdateEventArgs.cs
- Oci.cs
- ExternalException.cs
- DbMetaDataColumnNames.cs
- DecoderNLS.cs