Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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. // Copyright (c) Microsoft Corporation. All rights reserved.Gets the value associated with the clicked area. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FixedDocument.cs
- LineInfo.cs
- XPathNodePointer.cs
- Triplet.cs
- nulltextnavigator.cs
- ComplusTypeValidator.cs
- TextBoxRenderer.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- WinFormsSpinner.cs
- TimerElapsedEvenArgs.cs
- BufferBuilder.cs
- TextTreeNode.cs
- CustomPopupPlacement.cs
- IntSecurity.cs
- TransactionChannel.cs
- ObjectKeyFrameCollection.cs
- MetadataException.cs
- EasingKeyFrames.cs
- XPathAncestorIterator.cs
- CalendarDataBindingHandler.cs
- CodeLinePragma.cs
- Rule.cs
- XmlKeywords.cs
- Command.cs
- ProxyAttribute.cs
- HtmlImage.cs
- PtsContext.cs
- BamlWriter.cs
- RegexRunnerFactory.cs
- CodeVariableReferenceExpression.cs
- OperationResponse.cs
- SessionStateContainer.cs
- StyleSelector.cs
- MessageSmuggler.cs
- NonClientArea.cs
- GenericXmlSecurityToken.cs
- TemplateControl.cs
- SocketPermission.cs
- ByeOperationAsyncResult.cs
- CreateUserErrorEventArgs.cs
- MergeEnumerator.cs
- BooleanFunctions.cs
- LoginViewDesigner.cs
- SafeCoTaskMem.cs
- DropShadowEffect.cs
- ToolStripItemDesigner.cs
- HttpListenerTimeoutManager.cs
- TextContainerChangeEventArgs.cs
- ConstructorNeedsTagAttribute.cs
- EventWaitHandle.cs
- SoapFormatter.cs
- NativeMethods.cs
- CustomPopupPlacement.cs
- OptimizedTemplateContent.cs
- ExtendedProperty.cs
- Converter.cs
- ColorPalette.cs
- DesignerValidatorAdapter.cs
- HttpConfigurationSystem.cs
- ZipIOLocalFileHeader.cs
- SemanticValue.cs
- RuleSetReference.cs
- httpstaticobjectscollection.cs
- ParenthesizePropertyNameAttribute.cs
- IntegerCollectionEditor.cs
- TaskCanceledException.cs
- IgnoreSection.cs
- ReachUIElementCollectionSerializerAsync.cs
- PipeConnection.cs
- WebBrowser.cs
- ToolboxItem.cs
- CurrentTimeZone.cs
- TdsParserStaticMethods.cs
- GeometryConverter.cs
- ReceiveSecurityHeaderElementManager.cs
- DictionaryBase.cs
- TraceHandlerErrorFormatter.cs
- AppSettingsReader.cs
- TimeoutException.cs
- DecoratedNameAttribute.cs
- UserNameSecurityToken.cs
- InputLanguageProfileNotifySink.cs
- SortedDictionary.cs
- Socket.cs
- DropDownButton.cs
- DelegatedStream.cs
- TypeExtension.cs
- OutOfMemoryException.cs
- UriParserTemplates.cs
- HotSpotCollection.cs
- CqlIdentifiers.cs
- ToolStripItem.cs
- ContentValidator.cs
- ImageField.cs
- LiteralControl.cs
- UdpContractFilterBehavior.cs
- DeclaredTypeElement.cs
- IndicCharClassifier.cs
- DispatcherSynchronizationContext.cs
- GeneralTransformGroup.cs