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
- ManagedFilter.cs
- SqlCommandBuilder.cs
- CryptoKeySecurity.cs
- SqlBuffer.cs
- ToolStripItemEventArgs.cs
- RemotingConfiguration.cs
- CalloutQueueItem.cs
- Separator.cs
- _NestedMultipleAsyncResult.cs
- TextRangeAdaptor.cs
- PageRanges.cs
- ToolStripDropDownClosedEventArgs.cs
- NonBatchDirectoryCompiler.cs
- FilteredDataSetHelper.cs
- ThreadInterruptedException.cs
- GenerateTemporaryAssemblyTask.cs
- CompilerState.cs
- OleDbTransaction.cs
- ImageButton.cs
- ReflectionPermission.cs
- NegotiateStream.cs
- SelectionGlyphBase.cs
- StreamInfo.cs
- NullableDoubleAverageAggregationOperator.cs
- DaylightTime.cs
- CalendarData.cs
- _ConnectionGroup.cs
- ToolStripPanel.cs
- ScrollBar.cs
- OpenFileDialog.cs
- MulticastOption.cs
- SetterBase.cs
- formatter.cs
- OpCellTreeNode.cs
- XmlNode.cs
- ClaimTypeElement.cs
- SizeF.cs
- InfoCardSymmetricAlgorithm.cs
- MSAAWinEventWrap.cs
- WindowsListViewItemStartMenu.cs
- ParagraphVisual.cs
- ReflectionServiceProvider.cs
- TreeViewCancelEvent.cs
- NonBatchDirectoryCompiler.cs
- counter.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- InstanceOwnerException.cs
- WebServiceClientProxyGenerator.cs
- PeerPresenceInfo.cs
- WebBrowsableAttribute.cs
- TreeViewImageKeyConverter.cs
- SoapTypeAttribute.cs
- DataSourceXmlSerializer.cs
- Rule.cs
- Int32Collection.cs
- DataGridViewTopRowAccessibleObject.cs
- ChildDocumentBlock.cs
- DataGridViewAdvancedBorderStyle.cs
- RootBuilder.cs
- SliderAutomationPeer.cs
- Overlapped.cs
- StringStorage.cs
- SendMailErrorEventArgs.cs
- WorkflowMarkupSerializationException.cs
- SafeHandles.cs
- DataMisalignedException.cs
- WinFormsSecurity.cs
- DataGridViewAccessibleObject.cs
- XamlToRtfWriter.cs
- ReaderContextStackData.cs
- Membership.cs
- HexParser.cs
- ComponentConverter.cs
- ExtensibleClassFactory.cs
- DefaultObjectSerializer.cs
- ImpersonateTokenRef.cs
- TemplateControlCodeDomTreeGenerator.cs
- SharedPersonalizationStateInfo.cs
- XPathNode.cs
- ProxyWebPartManager.cs
- TypeCacheManager.cs
- BaseDataList.cs
- ClientSideProviderDescription.cs
- SmtpNtlmAuthenticationModule.cs
- CustomErrorsSection.cs
- StorageMappingFragment.cs
- EntityDataSourceSelectedEventArgs.cs
- XmlSortKeyAccumulator.cs
- RemoteHelper.cs
- Vector3DValueSerializer.cs
- SmtpMail.cs
- securestring.cs
- XMLUtil.cs
- CollectionViewProxy.cs
- ByteRangeDownloader.cs
- SQLBoolean.cs
- TypeConverters.cs
- TextTreeDeleteContentUndoUnit.cs
- StatementContext.cs
- DataRecordInternal.cs