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
- ExtendedPropertyDescriptor.cs
- RenameRuleObjectDialog.cs
- RemoteDebugger.cs
- _UriTypeConverter.cs
- XmlQueryRuntime.cs
- GridViewDeletedEventArgs.cs
- SQLRoleProvider.cs
- TimeIntervalCollection.cs
- MenuCommands.cs
- ThreadAttributes.cs
- CapabilitiesSection.cs
- StructuredTypeEmitter.cs
- DataPagerFieldItem.cs
- UniqueConstraint.cs
- WebPartManagerDesigner.cs
- Tokenizer.cs
- NameObjectCollectionBase.cs
- SecurityPolicySection.cs
- RowSpanVector.cs
- Win32.cs
- ProgressBarHighlightConverter.cs
- InvokePattern.cs
- EntityViewContainer.cs
- DataMemberFieldEditor.cs
- SplineQuaternionKeyFrame.cs
- SessionViewState.cs
- TreeNodeStyleCollection.cs
- DrawingGroupDrawingContext.cs
- Timeline.cs
- BrowserCapabilitiesFactory.cs
- TextShapeableCharacters.cs
- QilTypeChecker.cs
- Math.cs
- WebPartMovingEventArgs.cs
- path.cs
- SignatureResourcePool.cs
- HighContrastHelper.cs
- Point3DAnimationBase.cs
- SymLanguageType.cs
- AuthenticatedStream.cs
- CroppedBitmap.cs
- wmiprovider.cs
- LeftCellWrapper.cs
- DataObjectMethodAttribute.cs
- SmtpNtlmAuthenticationModule.cs
- BaseValidatorDesigner.cs
- CrossSiteScriptingValidation.cs
- _ShellExpression.cs
- ObservableCollection.cs
- ListViewItem.cs
- TransformedBitmap.cs
- RunWorkerCompletedEventArgs.cs
- XmlNodeList.cs
- ExtensionWindowHeader.cs
- HierarchicalDataSourceControl.cs
- GZipDecoder.cs
- DataGridViewCellParsingEventArgs.cs
- EdmProviderManifest.cs
- UInt64Storage.cs
- WebPartDisplayModeEventArgs.cs
- ProxyWebPart.cs
- UnionCqlBlock.cs
- StateItem.cs
- GroupQuery.cs
- PageParser.cs
- XamlPathDataSerializer.cs
- DataPointer.cs
- TextSpan.cs
- ShaderEffect.cs
- DataBoundControl.cs
- TypeNameConverter.cs
- RectangleHotSpot.cs
- OpacityConverter.cs
- DependencyPropertyChangedEventArgs.cs
- LocatorPart.cs
- RecoverInstanceLocksCommand.cs
- BitmapFrameDecode.cs
- ValidatorAttribute.cs
- UrlMapping.cs
- SocketException.cs
- ValueType.cs
- SqlBuilder.cs
- SqlStream.cs
- CanonicalFontFamilyReference.cs
- TranslateTransform.cs
- EdmProviderManifest.cs
- DataGridColumnHeaderAutomationPeer.cs
- TextServicesManager.cs
- PreservationFileWriter.cs
- OracleInternalConnection.cs
- DeploymentSection.cs
- XmlNode.cs
- ComponentCollection.cs
- UrlMappingsSection.cs
- XmlTypeAttribute.cs
- Helper.cs
- TouchFrameEventArgs.cs
- GlobalEventManager.cs
- Subtree.cs
- ModelPerspective.cs