Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ConstNode.cs
- ImageBrush.cs
- RepeatEnumerable.cs
- Guid.cs
- WindowsAltTab.cs
- DataGridViewCellParsingEventArgs.cs
- GeneralTransform3DTo2DTo3D.cs
- IconConverter.cs
- WinCategoryAttribute.cs
- UrlAuthFailedErrorFormatter.cs
- MemoryMappedView.cs
- XmlElementElementCollection.cs
- StringUtil.cs
- FixedBufferAttribute.cs
- SetterBase.cs
- MarkupProperty.cs
- BoundsDrawingContextWalker.cs
- SimpleHandlerFactory.cs
- CustomCategoryAttribute.cs
- ListViewSortEventArgs.cs
- ByteConverter.cs
- AdministrationHelpers.cs
- MDIControlStrip.cs
- SqlRemoveConstantOrderBy.cs
- HitTestWithPointDrawingContextWalker.cs
- EpmContentDeSerializerBase.cs
- MemoryRecordBuffer.cs
- Icon.cs
- HttpDebugHandler.cs
- XhtmlBasicLinkAdapter.cs
- MetadataPropertyCollection.cs
- DataSourceHelper.cs
- SoapSchemaImporter.cs
- SiteMapNodeItemEventArgs.cs
- ObjectCloneHelper.cs
- ServiceNameCollection.cs
- CookielessHelper.cs
- ConnectorSelectionGlyph.cs
- XmlWrappingWriter.cs
- TextServicesDisplayAttributePropertyRanges.cs
- XmlFormatWriterGenerator.cs
- ListManagerBindingsCollection.cs
- InternalRelationshipCollection.cs
- EntityDataSourceSelectingEventArgs.cs
- _LazyAsyncResult.cs
- TabItem.cs
- DomainConstraint.cs
- MarkedHighlightComponent.cs
- ManagedFilter.cs
- ForceCopyBuildProvider.cs
- SqlDataSourceConnectionPanel.cs
- CodeRemoveEventStatement.cs
- WindowsSysHeader.cs
- DigitalSignature.cs
- SpeakInfo.cs
- ImageFormat.cs
- EventDrivenDesigner.cs
- RtType.cs
- SafeLibraryHandle.cs
- ResourceExpression.cs
- SecurityKeyUsage.cs
- Size.cs
- ContextInformation.cs
- ClientRolePrincipal.cs
- TrackingRecord.cs
- Padding.cs
- EntityDataSourceStatementEditorForm.cs
- SinglePageViewer.cs
- AddInAdapter.cs
- Persist.cs
- OpenTypeLayout.cs
- DataGridViewCheckBoxColumn.cs
- SafeUserTokenHandle.cs
- EtwTrace.cs
- WpfMemberInvoker.cs
- DetailsViewUpdateEventArgs.cs
- FixedTextBuilder.cs
- XmlNodeComparer.cs
- DataObjectAttribute.cs
- HttpCacheVaryByContentEncodings.cs
- WebControlsSection.cs
- Helper.cs
- XamlHostingSection.cs
- DataGrid.cs
- DbDeleteCommandTree.cs
- StdValidatorsAndConverters.cs
- GeometryGroup.cs
- RecordConverter.cs
- CodeTypeOfExpression.cs
- PeerCollaboration.cs
- FrameworkRichTextComposition.cs
- CodeAttachEventStatement.cs
- InvokeProviderWrapper.cs
- OnOperation.cs
- AuthenticateEventArgs.cs
- Vector3DCollectionValueSerializer.cs
- CryptoKeySecurity.cs
- SoapCommonClasses.cs
- CoreSwitches.cs
- ScriptModule.cs