Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / SiteMapNodeItemEventArgs.cs / 1305376 / SiteMapNodeItemEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.ComponentModel; using System.Web; using System.Web.UI; 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.Web; using System.Web.UI; 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
- TouchEventArgs.cs
- Route.cs
- CustomErrorsSection.cs
- XmlRawWriterWrapper.cs
- TextWriterTraceListener.cs
- ChangeNode.cs
- SelectedGridItemChangedEvent.cs
- LookupBindingPropertiesAttribute.cs
- WebPartUserCapability.cs
- RawTextInputReport.cs
- securestring.cs
- ImageSourceConverter.cs
- ParentQuery.cs
- XmlArrayItemAttributes.cs
- StateRuntime.cs
- XamlTreeBuilderBamlRecordWriter.cs
- OuterGlowBitmapEffect.cs
- KoreanLunisolarCalendar.cs
- SQLInt64.cs
- XsltContext.cs
- FunctionQuery.cs
- WebServiceErrorEvent.cs
- Propagator.Evaluator.cs
- NetCodeGroup.cs
- TemplateBindingExpressionConverter.cs
- EditorPartCollection.cs
- ExternalException.cs
- ObjectPersistData.cs
- DelegateSerializationHolder.cs
- HostExecutionContextManager.cs
- SqlDataSourceStatusEventArgs.cs
- FormViewUpdateEventArgs.cs
- StylusTip.cs
- PreviewKeyDownEventArgs.cs
- XmlEntityReference.cs
- EmptyEnumerable.cs
- XmlTextReaderImplHelpers.cs
- XPathDocumentNavigator.cs
- ContractCodeDomInfo.cs
- ObjectViewEntityCollectionData.cs
- SqlFileStream.cs
- SamlAction.cs
- RuntimeArgument.cs
- DaylightTime.cs
- BlurBitmapEffect.cs
- COM2EnumConverter.cs
- RectangleGeometry.cs
- DataGridHeaderBorder.cs
- HMACSHA1.cs
- DynamicMethod.cs
- TextSchema.cs
- SubstitutionDesigner.cs
- GlyphRunDrawing.cs
- TextTreeDeleteContentUndoUnit.cs
- GeneralTransform3DCollection.cs
- TypeConverterValueSerializer.cs
- DynamicILGenerator.cs
- ObjectHandle.cs
- StateFinalizationActivity.cs
- DbProviderSpecificTypePropertyAttribute.cs
- XmlWellformedWriter.cs
- WebReferencesBuildProvider.cs
- ProxyElement.cs
- ContextBase.cs
- DrawingContextDrawingContextWalker.cs
- XmlSerializationGeneratedCode.cs
- ByteConverter.cs
- UnsupportedPolicyOptionsException.cs
- ChangeNode.cs
- StoreAnnotationsMap.cs
- Component.cs
- EncodingStreamWrapper.cs
- ButtonFieldBase.cs
- Window.cs
- ZipIOCentralDirectoryBlock.cs
- RegistrySecurity.cs
- SecurityCriticalDataForSet.cs
- ContextMenu.cs
- Bitmap.cs
- DataProviderNameConverter.cs
- TraceHandlerErrorFormatter.cs
- InkCollectionBehavior.cs
- VScrollProperties.cs
- AssemblyName.cs
- PathSegmentCollection.cs
- ErrorsHelper.cs
- XmlSerializerVersionAttribute.cs
- EventHandlersStore.cs
- UpdatePanelTrigger.cs
- SqlUtils.cs
- ServiceOperationInvoker.cs
- RewritingValidator.cs
- InputProviderSite.cs
- Hashtable.cs
- InstanceDataCollection.cs
- ADRole.cs
- MasterPageCodeDomTreeGenerator.cs
- Fx.cs
- ManagementEventWatcher.cs
- SoapUnknownHeader.cs