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
- NativeMethodsCLR.cs
- ServiceReference.cs
- WebPartCollection.cs
- DataErrorValidationRule.cs
- RenderOptions.cs
- OpenTypeLayoutCache.cs
- UpdatePanelTriggerCollection.cs
- ClientRoleProvider.cs
- CancellationToken.cs
- EdmComplexPropertyAttribute.cs
- TextEndOfSegment.cs
- PanelStyle.cs
- EntityDataSourceContextDisposingEventArgs.cs
- OrderingExpression.cs
- CodeEntryPointMethod.cs
- XsltContext.cs
- Stroke.cs
- EdmRelationshipRoleAttribute.cs
- xmlNames.cs
- SqlDataSourceFilteringEventArgs.cs
- ServiceBusyException.cs
- PropertiesTab.cs
- AssemblyCacheEntry.cs
- AssociationEndMember.cs
- StylusPointPropertyInfo.cs
- MasterPage.cs
- ThicknessAnimation.cs
- XmlUrlResolver.cs
- FontCollection.cs
- RootProfilePropertySettingsCollection.cs
- ComplexBindingPropertiesAttribute.cs
- CompilationLock.cs
- ToolStripContentPanel.cs
- FileReservationCollection.cs
- DataGridViewSortCompareEventArgs.cs
- MissingFieldException.cs
- VirtualizingPanel.cs
- unsafenativemethodsother.cs
- ArgumentFixer.cs
- TerminatorSinks.cs
- QilDataSource.cs
- ReliabilityContractAttribute.cs
- LockedHandleGlyph.cs
- WinEventHandler.cs
- StatusStrip.cs
- LogEntryHeaderDeserializer.cs
- __TransparentProxy.cs
- PatternMatcher.cs
- MarkupExtensionParser.cs
- NegotiationTokenProvider.cs
- Calendar.cs
- FullTextBreakpoint.cs
- GridViewColumnCollection.cs
- ListItemCollection.cs
- TraceUtils.cs
- DBPropSet.cs
- AnchoredBlock.cs
- StringFunctions.cs
- Part.cs
- WebGetAttribute.cs
- WebColorConverter.cs
- Rect3DConverter.cs
- SizeF.cs
- WebAdminConfigurationHelper.cs
- GeneralTransform3D.cs
- WindowInteropHelper.cs
- TableLayoutPanelCellPosition.cs
- TextTabProperties.cs
- ResXDataNode.cs
- InvokePattern.cs
- WindowsPen.cs
- RegexWorker.cs
- AsymmetricSignatureDeformatter.cs
- counter.cs
- MachineKeySection.cs
- SqlDataSourceCommandEventArgs.cs
- SourceChangedEventArgs.cs
- Clock.cs
- PropertyTabAttribute.cs
- ThicknessConverter.cs
- LineProperties.cs
- HwndHost.cs
- XmlName.cs
- GridSplitterAutomationPeer.cs
- PeerName.cs
- QuaternionKeyFrameCollection.cs
- TextChangedEventArgs.cs
- dataprotectionpermissionattribute.cs
- ParseChildrenAsPropertiesAttribute.cs
- AutoResizedEvent.cs
- WebPartZoneCollection.cs
- ReferenceService.cs
- DataBindEngine.cs
- FramingEncoders.cs
- MarshalDirectiveException.cs
- KeyFrames.cs
- StorageScalarPropertyMapping.cs
- WithStatement.cs
- TraceContextRecord.cs
- DateTimeFormat.cs