Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / SiteMapNodeItemEventArgs.cs / 1 / SiteMapNodeItemEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.ComponentModel; using System.Security.Permissions; using System.Web; using System.Web.UI; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class SiteMapNodeItemEventArgs : EventArgs { private SiteMapNodeItem _item; ////// public SiteMapNodeItemEventArgs(SiteMapNodeItem item) { this._item = item; } ///Initializes a new instance of the ///class. /// public SiteMapNodeItem Item { get { return _item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the ///associated with the event. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.ComponentModel; using System.Security.Permissions; using System.Web; using System.Web.UI; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class SiteMapNodeItemEventArgs : EventArgs { private SiteMapNodeItem _item; ////// public SiteMapNodeItemEventArgs(SiteMapNodeItem item) { this._item = item; } ///Initializes a new instance of the ///class. /// public SiteMapNodeItem Item { get { return _item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the ///associated with the event.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebPartCollection.cs
- CrossSiteScriptingValidation.cs
- TypedCompletedAsyncResult.cs
- WindowsPen.cs
- UIAgentCrashedException.cs
- SecurityTokenSerializer.cs
- securitycriticaldata.cs
- HMAC.cs
- SmtpClient.cs
- SystemFonts.cs
- SqlInternalConnectionSmi.cs
- RelationshipConverter.cs
- SynthesizerStateChangedEventArgs.cs
- BinaryFormatter.cs
- SByteStorage.cs
- SByteConverter.cs
- ListViewItemMouseHoverEvent.cs
- ContainerParagraph.cs
- XamlTreeBuilder.cs
- SHA384.cs
- UIElementCollection.cs
- ServiceContractListItem.cs
- EmissiveMaterial.cs
- DataPagerCommandEventArgs.cs
- ToolStripStatusLabel.cs
- XmlCDATASection.cs
- Pen.cs
- GACMembershipCondition.cs
- XmlValueConverter.cs
- SafeNativeMethods.cs
- RedistVersionInfo.cs
- MdImport.cs
- ServiceObjectContainer.cs
- PersonalizationStateInfo.cs
- AdornerHitTestResult.cs
- StylusLogic.cs
- WindowsAuthenticationEventArgs.cs
- WebPartEditorApplyVerb.cs
- MsmqIntegrationProcessProtocolHandler.cs
- WorkflowMarkupSerializationProvider.cs
- ProtocolElementCollection.cs
- BCLDebug.cs
- EnumMemberAttribute.cs
- ConditionalAttribute.cs
- UnsafeNativeMethods.cs
- ByteRangeDownloader.cs
- XPathChildIterator.cs
- Rotation3DKeyFrameCollection.cs
- StructuredProperty.cs
- CursorEditor.cs
- JapaneseCalendar.cs
- SecurityCriticalDataForSet.cs
- DesignerSerializerAttribute.cs
- AssertFilter.cs
- ResponseStream.cs
- ObjectViewEntityCollectionData.cs
- TripleDES.cs
- DynamicDataManager.cs
- HttpCookie.cs
- AutoResetEvent.cs
- IUnknownConstantAttribute.cs
- DbParameterCollection.cs
- MetadataCache.cs
- VariableAction.cs
- Button.cs
- FastEncoder.cs
- NavigateEvent.cs
- SafeRightsManagementPubHandle.cs
- LinqDataSourceDeleteEventArgs.cs
- WebPartDisplayModeEventArgs.cs
- SoapServerProtocol.cs
- RewritingSimplifier.cs
- TextOutput.cs
- OrderedHashRepartitionStream.cs
- XmlHelper.cs
- Int32EqualityComparer.cs
- ZipIORawDataFileBlock.cs
- DataGridViewRowPostPaintEventArgs.cs
- Bold.cs
- SrgsGrammar.cs
- TraceInternal.cs
- BindingMAnagerBase.cs
- ParseChildrenAsPropertiesAttribute.cs
- SecurityStateEncoder.cs
- MarkupCompiler.cs
- DBConcurrencyException.cs
- ToolStripControlHost.cs
- ActivationArguments.cs
- BufferedStream.cs
- CanonicalizationDriver.cs
- Base64Encoder.cs
- HashAlgorithm.cs
- RightsManagementInformation.cs
- GlyphCache.cs
- UndoManager.cs
- IndexExpression.cs
- VoiceChangeEventArgs.cs
- AssemblyAttributesGoHere.cs
- Perspective.cs
- XmlMemberMapping.cs