Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }Gets the value associated with the clicked area. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeLinePragma.cs
- RoleManagerEventArgs.cs
- BaseDataBoundControl.cs
- StreamBodyWriter.cs
- ExpressionBuilderCollection.cs
- FixedPage.cs
- CodeSnippetTypeMember.cs
- SHA1.cs
- ClusterSafeNativeMethods.cs
- SHA512Managed.cs
- Trustee.cs
- NamedPipeTransportManager.cs
- RegistryConfigurationProvider.cs
- FlowDocumentView.cs
- XDRSchema.cs
- printdlgexmarshaler.cs
- _CookieModule.cs
- GZipStream.cs
- OleDbTransaction.cs
- BrowserCapabilitiesCompiler.cs
- FunctionNode.cs
- SessionStateContainer.cs
- ToolZone.cs
- DataGridViewRow.cs
- ColorPalette.cs
- PermissionToken.cs
- ListControlStringCollectionEditor.cs
- DesignerEventService.cs
- IisTraceWebEventProvider.cs
- PtsCache.cs
- HybridObjectCache.cs
- PointConverter.cs
- RegexCaptureCollection.cs
- TimeEnumHelper.cs
- Variant.cs
- EventLogLink.cs
- Stack.cs
- RectAnimationUsingKeyFrames.cs
- ExpressionEvaluator.cs
- RangeContentEnumerator.cs
- GridViewAutomationPeer.cs
- TableItemStyle.cs
- ProjectedSlot.cs
- DbConnectionPoolGroup.cs
- RectAnimationBase.cs
- DialogResultConverter.cs
- DependentList.cs
- SystemIPInterfaceProperties.cs
- ParameterElementCollection.cs
- CompiledQueryCacheEntry.cs
- GlobalDataBindingHandler.cs
- CompiledQueryCacheKey.cs
- ComponentDispatcherThread.cs
- HideDisabledControlAdapter.cs
- NamedPipeTransportSecurity.cs
- ListManagerBindingsCollection.cs
- IndexedString.cs
- WS2007FederationHttpBindingElement.cs
- InvalidPropValue.cs
- SocketElement.cs
- XmlArrayItemAttribute.cs
- HttpWriter.cs
- ImageCreator.cs
- ToolStripSystemRenderer.cs
- StrokeNode.cs
- TextProperties.cs
- AutoResizedEvent.cs
- ExpressionBuilderCollection.cs
- DocumentOrderComparer.cs
- DataContract.cs
- LabelLiteral.cs
- TextSelection.cs
- MediaElement.cs
- SQLDateTime.cs
- EntityDataSource.cs
- FontInfo.cs
- Composition.cs
- SQLRoleProvider.cs
- XmlUtil.cs
- StrongName.cs
- DataTableNewRowEvent.cs
- PlaceHolder.cs
- unsafenativemethodsother.cs
- InvalidTimeZoneException.cs
- PackageDocument.cs
- TableAdapterManagerMethodGenerator.cs
- Wildcard.cs
- _ServiceNameStore.cs
- WebConfigurationHostFileChange.cs
- Console.cs
- SqlErrorCollection.cs
- DataGridDetailsPresenterAutomationPeer.cs
- StrictAndMessageFilter.cs
- PasswordBox.cs
- FrameworkObject.cs
- SharedDp.cs
- ActivityStatusChangeEventArgs.cs
- _emptywebproxy.cs
- HandlerFactoryWrapper.cs
- ConfigurationLockCollection.cs