Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- GeneralTransformGroup.cs
- DataGridViewToolTip.cs
- SqlInternalConnectionTds.cs
- XmlLanguage.cs
- HttpGetProtocolReflector.cs
- GraphicsState.cs
- FacetEnabledSchemaElement.cs
- XPathDocument.cs
- HMACRIPEMD160.cs
- DelegatingTypeDescriptionProvider.cs
- TemplateParser.cs
- mactripleDES.cs
- ObjectIDGenerator.cs
- FocusWithinProperty.cs
- SqlCacheDependencyDatabase.cs
- PropertyGridEditorPart.cs
- WebPartVerbsEventArgs.cs
- RandomNumberGenerator.cs
- DataGridViewRowHeaderCell.cs
- BatchServiceHost.cs
- Button.cs
- TextElement.cs
- TextSegment.cs
- ExpressionBinding.cs
- HtmlLink.cs
- TextEffect.cs
- ManifestResourceInfo.cs
- LoginViewDesigner.cs
- NestedContainer.cs
- X509CertificateClaimSet.cs
- DataSet.cs
- ToolStripPanel.cs
- HotSpotCollection.cs
- DiagnosticsConfiguration.cs
- ETagAttribute.cs
- DoubleLinkList.cs
- BigInt.cs
- ScriptManagerProxy.cs
- HtmlUtf8RawTextWriter.cs
- WebPartCloseVerb.cs
- DataControlButton.cs
- InProcStateClientManager.cs
- XmlSchemaImporter.cs
- BindableAttribute.cs
- Padding.cs
- XhtmlBasicLiteralTextAdapter.cs
- ListenerElementsCollection.cs
- GeometryDrawing.cs
- LinearQuaternionKeyFrame.cs
- X509IssuerSerialKeyIdentifierClause.cs
- ConstantSlot.cs
- PlaceHolder.cs
- EnvironmentPermission.cs
- NamedObject.cs
- NavigateEvent.cs
- MessageDecoder.cs
- StateDesigner.Helpers.cs
- DoWorkEventArgs.cs
- COM2TypeInfoProcessor.cs
- RemotingSurrogateSelector.cs
- AppendHelper.cs
- DragStartedEventArgs.cs
- TextLineResult.cs
- CqlQuery.cs
- UnsafeNativeMethods.cs
- SecurityAttributeGenerationHelper.cs
- ToolStripComboBox.cs
- StyleSheet.cs
- InputMethodStateTypeInfo.cs
- ValidationSummary.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- CodeGenerator.cs
- Base64Encoder.cs
- GeometryConverter.cs
- InternalRelationshipCollection.cs
- formatter.cs
- PageDeviceFont.cs
- Single.cs
- ListenerConfig.cs
- XmlStringTable.cs
- TdsParserSafeHandles.cs
- DataSetSchema.cs
- DocComment.cs
- SafeLibraryHandle.cs
- NetSectionGroup.cs
- ScriptControlManager.cs
- ConnectionManagementElementCollection.cs
- SafeRegistryHandle.cs
- XmlSchemaObjectCollection.cs
- DefaultAsyncDataDispatcher.cs
- RegionIterator.cs
- ComponentDispatcher.cs
- MaterialCollection.cs
- Italic.cs
- ISessionStateStore.cs
- ProtectedProviderSettings.cs
- TiffBitmapDecoder.cs
- Relationship.cs
- DirectoryInfo.cs
- CommandSet.cs