Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / ImageMapEventArgs.cs / 1305376 / ImageMapEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; ////// 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
- EdmProperty.cs
- SmtpLoginAuthenticationModule.cs
- ClientRolePrincipal.cs
- ComboBoxRenderer.cs
- Decorator.cs
- IDataContractSurrogate.cs
- QilXmlWriter.cs
- Int64KeyFrameCollection.cs
- ObjectPropertyMapping.cs
- IRCollection.cs
- XmlSerializerFactory.cs
- SqlDataSourceSelectingEventArgs.cs
- NotFiniteNumberException.cs
- CharEntityEncoderFallback.cs
- LicFileLicenseProvider.cs
- XmlHierarchicalEnumerable.cs
- WindowsRichEdit.cs
- SafeRightsManagementEnvironmentHandle.cs
- SqlAliaser.cs
- CorePropertiesFilter.cs
- IntranetCredentialPolicy.cs
- Page.cs
- KerberosTicketHashIdentifierClause.cs
- LinqDataSourceValidationException.cs
- ReferencedType.cs
- MetadataSource.cs
- AuthenticationService.cs
- IgnoreSectionHandler.cs
- GuidelineSet.cs
- ComponentResourceManager.cs
- SessionEndingCancelEventArgs.cs
- objectquery_tresulttype.cs
- ServicePoint.cs
- LineBreakRecord.cs
- ClickablePoint.cs
- ElapsedEventArgs.cs
- HandlerBase.cs
- DataGridGeneralPage.cs
- DataGridViewTopRowAccessibleObject.cs
- arclist.cs
- DbExpressionVisitor.cs
- ConfigurationManagerInternalFactory.cs
- SecurityPermission.cs
- PersistenceTypeAttribute.cs
- ResourceSetExpression.cs
- ContainerParagraph.cs
- LambdaCompiler.Lambda.cs
- SoapSchemaExporter.cs
- SqlTypeSystemProvider.cs
- MenuDesigner.cs
- HandleScope.cs
- DCSafeHandle.cs
- StreamAsIStream.cs
- LoggedException.cs
- TypeExtensionConverter.cs
- ToolboxComponentsCreatingEventArgs.cs
- FixedSOMSemanticBox.cs
- DataGridPagerStyle.cs
- AssemblyResolver.cs
- FormClosingEvent.cs
- DataGridBoolColumn.cs
- ProcessHost.cs
- TemplateColumn.cs
- ConfigPathUtility.cs
- CommandBindingCollection.cs
- Lasso.cs
- TcpClientCredentialType.cs
- PeerToPeerException.cs
- ApplyHostConfigurationBehavior.cs
- ClrPerspective.cs
- OletxTransactionFormatter.cs
- UniqueID.cs
- Rotation3D.cs
- DrawingGroup.cs
- RelationshipType.cs
- HtmlMobileTextWriter.cs
- MimeFormatExtensions.cs
- Brush.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- ClientSideProviderDescription.cs
- HMAC.cs
- ConditionCollection.cs
- PeerDuplexChannelListener.cs
- AssemblyAttributesGoHere.cs
- TextEditorCharacters.cs
- DataGridViewSelectedRowCollection.cs
- InProcStateClientManager.cs
- ActivityUtilities.cs
- ComponentSerializationService.cs
- TextDpi.cs
- SingleObjectCollection.cs
- GridErrorDlg.cs
- StringUtil.cs
- PageParserFilter.cs
- SocketSettings.cs
- HostedTcpTransportManager.cs
- DataGridViewEditingControlShowingEventArgs.cs
- AttachedPropertyBrowsableAttribute.cs
- ColorMatrix.cs
- SkewTransform.cs