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 / 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
- ModuleBuilder.cs
- RightsManagementEncryptedStream.cs
- SafeLibraryHandle.cs
- EmulateRecognizeCompletedEventArgs.cs
- WebPartAuthorizationEventArgs.cs
- ScrollPattern.cs
- odbcmetadatacolumnnames.cs
- IDispatchConstantAttribute.cs
- PlaceHolder.cs
- MimeParameters.cs
- NonClientArea.cs
- CodeTypeParameter.cs
- RegexCharClass.cs
- FontUnitConverter.cs
- SmtpNegotiateAuthenticationModule.cs
- HttpApplicationStateWrapper.cs
- EventProviderWriter.cs
- ProfileSection.cs
- AsyncOperation.cs
- SqlDataSourceSelectingEventArgs.cs
- PublisherIdentityPermission.cs
- arclist.cs
- InvalidAsynchronousStateException.cs
- WSFederationHttpSecurityElement.cs
- LambdaCompiler.Lambda.cs
- DesignerCategoryAttribute.cs
- HuffCodec.cs
- CoTaskMemHandle.cs
- EnvironmentPermission.cs
- WorkflowEnvironment.cs
- ExpressionEditorAttribute.cs
- ThicknessConverter.cs
- ResourceDictionaryCollection.cs
- AccessDataSourceView.cs
- TraceSource.cs
- LogExtentCollection.cs
- DllNotFoundException.cs
- PagerSettings.cs
- TemplateBindingExpression.cs
- HttpDebugHandler.cs
- StreamResourceInfo.cs
- FontWeight.cs
- MergePropertyDescriptor.cs
- WebPartCollection.cs
- sitestring.cs
- TreeNodeCollection.cs
- XPathSelfQuery.cs
- Random.cs
- TemplateInstanceAttribute.cs
- RowCache.cs
- WmlPanelAdapter.cs
- ExcludeFromCodeCoverageAttribute.cs
- TcpTransportSecurity.cs
- Control.cs
- EmptyCollection.cs
- EnumerableRowCollectionExtensions.cs
- EnumerableRowCollectionExtensions.cs
- MessageHeaderDescriptionCollection.cs
- AuthenticationModuleElementCollection.cs
- AuthenticationService.cs
- Stacktrace.cs
- BaseComponentEditor.cs
- Renderer.cs
- EntityDataSourceContainerNameItem.cs
- Preprocessor.cs
- XmlToDatasetMap.cs
- DataRecordInfo.cs
- CommandPlan.cs
- CompoundFileStreamReference.cs
- ContentDesigner.cs
- URLIdentityPermission.cs
- Contracts.cs
- DirectionalLight.cs
- GlyphRun.cs
- MenuItemCollection.cs
- TypedRowGenerator.cs
- MembershipSection.cs
- DataGridViewCellValueEventArgs.cs
- FileResponseElement.cs
- PenContext.cs
- SimpleColumnProvider.cs
- WebPartDisplayModeCollection.cs
- MediaElement.cs
- CollectionViewProxy.cs
- Encoding.cs
- EmptyElement.cs
- NativeRecognizer.cs
- XmlArrayAttribute.cs
- ReliableSession.cs
- UITypeEditor.cs
- BulletDecorator.cs
- CompilerScopeManager.cs
- LassoSelectionBehavior.cs
- TabItem.cs
- Geometry3D.cs
- XmlSigningNodeWriter.cs
- PersistenceTypeAttribute.cs
- ReceiveContextCollection.cs
- SerializationFieldInfo.cs
- MbpInfo.cs