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
- PathSegmentCollection.cs
- TreeNodeBindingDepthConverter.cs
- XhtmlBasicValidationSummaryAdapter.cs
- BindingList.cs
- ImageListUtils.cs
- AdapterUtil.cs
- ProviderConnectionPointCollection.cs
- ChangeConflicts.cs
- CollectionViewGroup.cs
- AuthenticationSection.cs
- Context.cs
- XsltException.cs
- RNGCryptoServiceProvider.cs
- Queue.cs
- Stacktrace.cs
- ActivitySurrogate.cs
- UnsafeNativeMethods.cs
- InfoCardCryptoHelper.cs
- MinMaxParagraphWidth.cs
- MatrixTransform3D.cs
- QilTernary.cs
- Rights.cs
- ConfigurationLockCollection.cs
- PcmConverter.cs
- WebPartConnectionsEventArgs.cs
- AliasExpr.cs
- EncryptedType.cs
- TextRangeBase.cs
- BmpBitmapDecoder.cs
- ApplicationContext.cs
- XmlWrappingReader.cs
- streamingZipPartStream.cs
- PersistenceTypeAttribute.cs
- LayoutEditorPart.cs
- PersonalizationProviderHelper.cs
- TabControlCancelEvent.cs
- InnerItemCollectionView.cs
- login.cs
- ContextMenuStrip.cs
- NextPreviousPagerField.cs
- SByteStorage.cs
- WaitHandle.cs
- WebHttpEndpointElement.cs
- ISFClipboardData.cs
- UnmanagedMemoryStream.cs
- DescendentsWalker.cs
- ProjectionPlanCompiler.cs
- XamlPathDataSerializer.cs
- Keywords.cs
- DynamicILGenerator.cs
- DynamicDataManager.cs
- LicenseProviderAttribute.cs
- RtfControls.cs
- HtmlTableCell.cs
- UnauthorizedWebPart.cs
- GuidelineSet.cs
- IsolationInterop.cs
- Point3DAnimation.cs
- IpcManager.cs
- TreeNodeBindingCollection.cs
- PropertyInformationCollection.cs
- ProfilePropertyMetadata.cs
- DbConnectionHelper.cs
- Size.cs
- Track.cs
- MethodBuilder.cs
- FontResourceCache.cs
- HtmlEmptyTagControlBuilder.cs
- RadioButtonFlatAdapter.cs
- HttpGetProtocolReflector.cs
- DetailsView.cs
- Walker.cs
- SimpleApplicationHost.cs
- ImmutablePropertyDescriptorGridEntry.cs
- ByteFacetDescriptionElement.cs
- ArrayTypeMismatchException.cs
- ComponentEditorForm.cs
- BitmapEffectGroup.cs
- IndexedEnumerable.cs
- DataGridPageChangedEventArgs.cs
- Process.cs
- SecurityContext.cs
- HttpPostedFile.cs
- DictionarySectionHandler.cs
- LinkConverter.cs
- AssemblyAttributes.cs
- AddingNewEventArgs.cs
- AutomationPeer.cs
- ListBindingHelper.cs
- Timer.cs
- AppLevelCompilationSectionCache.cs
- XmlUTF8TextReader.cs
- SmtpReplyReader.cs
- EventArgs.cs
- SharedDp.cs
- DataTableReader.cs
- FormatException.cs
- XmlSchemaObject.cs
- HorizontalAlignConverter.cs
- ScalarType.cs