Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / TreeNodeEventArgs.cs / 1305376 / TreeNodeEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; ////// Provides doata for TreeView events /// public sealed class TreeNodeEventArgs : EventArgs { private TreeNode _node; ////// Initializes a new instance of the public TreeNodeEventArgs(TreeNode node) { _node = node; } ////// /// The node on which the event is occurring. /// public TreeNode Node { get { return _node; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; ////// Provides doata for TreeView events /// public sealed class TreeNodeEventArgs : EventArgs { private TreeNode _node; ////// Initializes a new instance of the public TreeNodeEventArgs(TreeNode node) { _node = node; } ////// /// The node on which the event is occurring. /// public TreeNode Node { get { return _node; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BinaryReader.cs
- TextWriterEngine.cs
- sortedlist.cs
- MissingMemberException.cs
- SecurityDocument.cs
- HtmlButton.cs
- XPathDocumentBuilder.cs
- PageEventArgs.cs
- altserialization.cs
- _NativeSSPI.cs
- IChannel.cs
- MultiSelector.cs
- TreeViewDesigner.cs
- MultipleViewPatternIdentifiers.cs
- COM2AboutBoxPropertyDescriptor.cs
- SqlConnectionStringBuilder.cs
- HelloMessage11.cs
- printdlgexmarshaler.cs
- OperatingSystemVersionCheck.cs
- MappingException.cs
- PolyQuadraticBezierSegment.cs
- PagePropertiesChangingEventArgs.cs
- EntityContainerRelationshipSet.cs
- MetadataPropertyvalue.cs
- HttpClientCertificate.cs
- validationstate.cs
- ViewLoader.cs
- CommandPlan.cs
- EdmTypeAttribute.cs
- ProfileSettingsCollection.cs
- LineGeometry.cs
- Buffer.cs
- BezierSegment.cs
- oledbmetadatacolumnnames.cs
- PagedControl.cs
- BamlMapTable.cs
- odbcmetadatacolumnnames.cs
- PerformanceCounterPermissionAttribute.cs
- MailWebEventProvider.cs
- EndpointBehaviorElement.cs
- BindingsCollection.cs
- DataSourceControlBuilder.cs
- DynamicAttribute.cs
- ListSortDescription.cs
- HostExecutionContextManager.cs
- StateBag.cs
- AsyncCompletedEventArgs.cs
- ForeignConstraint.cs
- XmlNamespaceManager.cs
- NameValueConfigurationElement.cs
- VectorCollection.cs
- DockPanel.cs
- ParagraphVisual.cs
- FileAuthorizationModule.cs
- DesignerTextBoxAdapter.cs
- TextServicesLoader.cs
- Schema.cs
- PrinterSettings.cs
- ContextMenuStripActionList.cs
- _FtpDataStream.cs
- Span.cs
- ImageKeyConverter.cs
- InkCanvasAutomationPeer.cs
- EntityDataSourceQueryBuilder.cs
- XsltArgumentList.cs
- FontConverter.cs
- PathData.cs
- LocalizedNameDescriptionPair.cs
- ExecutedRoutedEventArgs.cs
- ExceptionUtil.cs
- WebMessageBodyStyleHelper.cs
- GlyphCollection.cs
- NavigatingCancelEventArgs.cs
- SupportsEventValidationAttribute.cs
- Ticks.cs
- TraceSection.cs
- AndCondition.cs
- XmlnsDictionary.cs
- isolationinterop.cs
- ObjectDataSourceStatusEventArgs.cs
- BookmarkList.cs
- HtmlInputCheckBox.cs
- TypeConverterMarkupExtension.cs
- ServiceHostingEnvironmentSection.cs
- Visitor.cs
- StreamGeometry.cs
- BitmapImage.cs
- AliasGenerator.cs
- SymbolEqualComparer.cs
- TextTrailingWordEllipsis.cs
- LinkClickEvent.cs
- EntityDataSourceWrapperCollection.cs
- EntityDataSourceUtil.cs
- DisposableCollectionWrapper.cs
- ConfigXmlComment.cs
- _NetworkingPerfCounters.cs
- EventMap.cs
- BamlLocalizer.cs
- ApplicationServicesHostFactory.cs
- COMException.cs