Code:
/ 4.0 / 4.0 / 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. ///// 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
- SizeF.cs
- FlowNode.cs
- versioninfo.cs
- LabelEditEvent.cs
- AcceleratedTokenAuthenticator.cs
- DataStreams.cs
- XmlSchemaNotation.cs
- InputMethodStateChangeEventArgs.cs
- UIntPtr.cs
- Message.cs
- SamlEvidence.cs
- SortKey.cs
- ParseNumbers.cs
- WebBrowserContainer.cs
- BaseHashHelper.cs
- UniqueContractNameValidationBehavior.cs
- ProgressChangedEventArgs.cs
- HeaderCollection.cs
- TabOrder.cs
- ResourceContainer.cs
- Listbox.cs
- WinEventTracker.cs
- QueryContext.cs
- UnauthorizedAccessException.cs
- BaseTreeIterator.cs
- TagNameToTypeMapper.cs
- SqlUserDefinedAggregateAttribute.cs
- DataTableClearEvent.cs
- ObjectDataSourceDisposingEventArgs.cs
- SelectionManager.cs
- AssemblyInfo.cs
- ScanQueryOperator.cs
- ParameterCollection.cs
- PriorityQueue.cs
- HtmlControlPersistable.cs
- BrowserDefinitionCollection.cs
- TextTreeFixupNode.cs
- ContentControl.cs
- RegexWorker.cs
- DataSvcMapFileSerializer.cs
- FunctionParameter.cs
- TraceEventCache.cs
- EDesignUtil.cs
- HMACSHA256.cs
- AlternateViewCollection.cs
- MenuBindingsEditorForm.cs
- ResourceBinder.cs
- ArrayHelper.cs
- ObjectManager.cs
- Function.cs
- OperationFormatter.cs
- TypeUsage.cs
- ObjectItemCollection.cs
- HttpCapabilitiesBase.cs
- ConsoleTraceListener.cs
- MessageEncoder.cs
- StrokeNodeEnumerator.cs
- ListBindingConverter.cs
- ChannelPoolSettings.cs
- BinaryParser.cs
- DrawingAttributeSerializer.cs
- DataBindingHandlerAttribute.cs
- SmiXetterAccessMap.cs
- SqlDataSourceSelectingEventArgs.cs
- ContentValidator.cs
- FixedSOMFixedBlock.cs
- WSHttpSecurityElement.cs
- DesignerForm.cs
- DirectionalLight.cs
- StorageEntitySetMapping.cs
- QuaternionAnimation.cs
- DbConnectionStringBuilder.cs
- BaseResourcesBuildProvider.cs
- TraversalRequest.cs
- GetLastErrorDetailsRequest.cs
- ObjectDataSourceMethodEventArgs.cs
- TabControl.cs
- TableHeaderCell.cs
- HttpProfileGroupBase.cs
- ChannelBinding.cs
- ThreadStartException.cs
- TextParagraphProperties.cs
- TextRunCacheImp.cs
- documentsequencetextview.cs
- ReflectionPermission.cs
- PartManifestEntry.cs
- UnsafeNativeMethods.cs
- URLIdentityPermission.cs
- HttpGetProtocolImporter.cs
- TreeNodeClickEventArgs.cs
- Point3DCollection.cs
- PtsPage.cs
- TransformConverter.cs
- arc.cs
- HMACRIPEMD160.cs
- Marshal.cs
- IApplicationTrustManager.cs
- XappLauncher.cs
- PasswordRecoveryDesigner.cs
- GridViewColumnHeader.cs