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
- PlatformNotSupportedException.cs
- webeventbuffer.cs
- QuadraticBezierSegment.cs
- MetadataException.cs
- AutomationEvent.cs
- Models.cs
- Triangle.cs
- GridEntryCollection.cs
- ListViewInsertEventArgs.cs
- sqlstateclientmanager.cs
- UnmanagedMemoryStreamWrapper.cs
- EdmValidator.cs
- WCFModelStrings.Designer.cs
- xmlsaver.cs
- GeneralTransform.cs
- ActivityStateQuery.cs
- PersonalizationStateQuery.cs
- ProcessModuleDesigner.cs
- compensatingcollection.cs
- LicenseManager.cs
- MimeBasePart.cs
- MaskedTextBox.cs
- EncodingTable.cs
- UnsafeNetInfoNativeMethods.cs
- WeakReferenceKey.cs
- Stopwatch.cs
- PackWebResponse.cs
- CalendarKeyboardHelper.cs
- InvokeHandlers.cs
- SettingsPropertyNotFoundException.cs
- AsmxEndpointPickerExtension.cs
- StorageEntitySetMapping.cs
- StoryFragments.cs
- WhitespaceRule.cs
- IERequestCache.cs
- TextSelectionHighlightLayer.cs
- RadioButtonPopupAdapter.cs
- SchemaImporterExtensionElementCollection.cs
- SoapSchemaImporter.cs
- RowParagraph.cs
- BamlLocalizationDictionary.cs
- TabControlEvent.cs
- XmlNodeChangedEventManager.cs
- ComplexType.cs
- RC2CryptoServiceProvider.cs
- CorrelationTokenTypeConvertor.cs
- SessionIDManager.cs
- VariableAction.cs
- PictureBox.cs
- URLBuilder.cs
- FormClosedEvent.cs
- SafeFileHandle.cs
- DocumentReferenceCollection.cs
- PassportIdentity.cs
- EventRecordWrittenEventArgs.cs
- TypeDescriptor.cs
- Int16AnimationBase.cs
- IERequestCache.cs
- FileSystemEventArgs.cs
- SqlComparer.cs
- ContextMenuStripActionList.cs
- PathSegmentCollection.cs
- PackageRelationshipSelector.cs
- MatrixAnimationBase.cs
- HttpContext.cs
- SymbolEqualComparer.cs
- XPathEmptyIterator.cs
- ScrollChrome.cs
- MobileControlsSectionHandler.cs
- StructuredTypeEmitter.cs
- ShaderEffect.cs
- StatusBarPanel.cs
- SqlFunctions.cs
- ToolStripSystemRenderer.cs
- ObjectManager.cs
- ElementAction.cs
- XsltLoader.cs
- ArgumentOutOfRangeException.cs
- RegexReplacement.cs
- SymLanguageType.cs
- SafeLibraryHandle.cs
- ParameterElementCollection.cs
- ValueTypeFixupInfo.cs
- ListViewItemSelectionChangedEvent.cs
- SessionParameter.cs
- XPathNode.cs
- DataGridViewColumnDesigner.cs
- Compiler.cs
- MissingMemberException.cs
- ByteRangeDownloader.cs
- PerformanceCounterScope.cs
- EntityReference.cs
- DataGridViewColumnEventArgs.cs
- UTF7Encoding.cs
- CharUnicodeInfo.cs
- XmlResolver.cs
- DataBoundControlDesigner.cs
- UpDownBase.cs
- SkinBuilder.cs
- RoutedEventValueSerializer.cs