Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- MouseGesture.cs
- ExpressionBuilder.cs
- UpdateException.cs
- TextElementEnumerator.cs
- PriorityRange.cs
- handlecollector.cs
- TranslateTransform.cs
- DbConnectionStringCommon.cs
- Attributes.cs
- IgnoreFileBuildProvider.cs
- SafeLocalMemHandle.cs
- DecimalConverter.cs
- PointCollectionConverter.cs
- UpdatePanelTrigger.cs
- ImageAutomationPeer.cs
- DynamicResourceExtensionConverter.cs
- SqlAggregateChecker.cs
- RawStylusInput.cs
- HwndProxyElementProvider.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- NonParentingControl.cs
- InputLangChangeEvent.cs
- OdbcInfoMessageEvent.cs
- TreeView.cs
- HMAC.cs
- BinHexDecoder.cs
- EntityContainerRelationshipSetEnd.cs
- DataSourceView.cs
- xdrvalidator.cs
- MonthCalendar.cs
- Pen.cs
- ChunkedMemoryStream.cs
- WebPartCatalogAddVerb.cs
- ValueProviderWrapper.cs
- ServerIdentity.cs
- LiteralControl.cs
- _LoggingObject.cs
- XD.cs
- StylusCollection.cs
- MimeReflector.cs
- PrintControllerWithStatusDialog.cs
- JsonReader.cs
- MetaChildrenColumn.cs
- SimpleWebHandlerParser.cs
- WsdlWriter.cs
- ComponentManagerBroker.cs
- PolicyStatement.cs
- ArrayElementGridEntry.cs
- CodeIdentifiers.cs
- GenericAuthenticationEventArgs.cs
- Stroke.cs
- Automation.cs
- AnnotationStore.cs
- ServiceNotStartedException.cs
- WindowsRegion.cs
- TemplateBuilder.cs
- SecurityStateEncoder.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- AuthenticationSection.cs
- MatrixStack.cs
- EntitySqlQueryCacheKey.cs
- OptimalTextSource.cs
- PropertyIDSet.cs
- NewArrayExpression.cs
- Table.cs
- DetailsViewInsertEventArgs.cs
- Directory.cs
- XmlUtilWriter.cs
- AssemblyResolver.cs
- PersonalizablePropertyEntry.cs
- ContentOperations.cs
- ContextMenuStripGroupCollection.cs
- ComplexObject.cs
- StylusEventArgs.cs
- TextViewBase.cs
- SuppressMergeCheckAttribute.cs
- LookupBindingPropertiesAttribute.cs
- Comparer.cs
- EditorZone.cs
- ContentPresenter.cs
- SqlStream.cs
- ApplicationSecurityInfo.cs
- TextTreeRootTextBlock.cs
- HtmlInputFile.cs
- CollectionType.cs
- MouseActionValueSerializer.cs
- AsymmetricKeyExchangeFormatter.cs
- HtmlImage.cs
- ContentTextAutomationPeer.cs
- XmlElementAttributes.cs
- SystemIPv6InterfaceProperties.cs
- ContractAdapter.cs
- Utils.cs
- Calendar.cs
- RegexBoyerMoore.cs
- Utils.cs
- SimpleHandlerFactory.cs
- ResourceAttributes.cs
- InputLanguageManager.cs
- Timer.cs