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
- UrlPath.cs
- ReadWriteControlDesigner.cs
- ApplicationDirectoryMembershipCondition.cs
- BookmarkNameHelper.cs
- TimersDescriptionAttribute.cs
- SelectManyQueryOperator.cs
- XmlSchemas.cs
- SafeIUnknown.cs
- PartialCachingAttribute.cs
- ISCIIEncoding.cs
- RadioButtonFlatAdapter.cs
- PasswordPropertyTextAttribute.cs
- CompilerScope.cs
- WhiteSpaceTrimStringConverter.cs
- XmlSchemaInclude.cs
- EmbeddedMailObjectsCollection.cs
- InheritanceContextHelper.cs
- ApplicationInterop.cs
- SmtpLoginAuthenticationModule.cs
- ToolStripPanelRow.cs
- Utils.cs
- XmlNamespaceManager.cs
- StringDictionary.cs
- HttpVersion.cs
- LoginCancelEventArgs.cs
- TcpTransportSecurityElement.cs
- CapabilitiesRule.cs
- OptimalTextSource.cs
- OleDbRowUpdatingEvent.cs
- UIElementCollection.cs
- SecurityHeaderElementInferenceEngine.cs
- SqlServer2KCompatibilityCheck.cs
- MetadataCollection.cs
- ResXResourceWriter.cs
- CompoundFileStorageReference.cs
- AmbientProperties.cs
- MailSettingsSection.cs
- CustomMenuItemCollection.cs
- SynchronizationLockException.cs
- BrowserTree.cs
- Wildcard.cs
- ActivityExecutionContextCollection.cs
- TableCell.cs
- Attachment.cs
- XmlText.cs
- ThousandthOfEmRealPoints.cs
- Polygon.cs
- DispatcherOperation.cs
- ConstraintCollection.cs
- ErrorFormatter.cs
- MissingMemberException.cs
- ServiceModelStringsVersion1.cs
- __TransparentProxy.cs
- CultureInfoConverter.cs
- SamlAuthenticationStatement.cs
- UnsafeNativeMethods.cs
- HttpTransportBindingElement.cs
- FormsAuthenticationTicket.cs
- ForEachDesigner.xaml.cs
- SessionEndedEventArgs.cs
- FamilyCollection.cs
- TypeDescriptionProvider.cs
- FixUpCollection.cs
- NameScope.cs
- EraserBehavior.cs
- MimeMapping.cs
- MenuEventArgs.cs
- ExpandCollapseProviderWrapper.cs
- Win32.cs
- FrameSecurityDescriptor.cs
- PagerSettings.cs
- XPathSingletonIterator.cs
- HttpServerVarsCollection.cs
- ConfigurationSettings.cs
- ToolTip.cs
- Size.cs
- FloaterParaClient.cs
- BlurEffect.cs
- HashAlgorithm.cs
- UIElement.cs
- CanonicalFontFamilyReference.cs
- CodeAttributeDeclarationCollection.cs
- CreateDataSourceDialog.cs
- BroadcastEventHelper.cs
- XmlNamespaceManager.cs
- PersonalizationProviderCollection.cs
- StartFileNameEditor.cs
- HttpValueCollection.cs
- MemberExpressionHelper.cs
- DataGridViewSelectedColumnCollection.cs
- DBSchemaTable.cs
- XXXInfos.cs
- ImageFormatConverter.cs
- TableHeaderCell.cs
- NumericUpDown.cs
- BamlLocalizableResourceKey.cs
- DesignerActionListCollection.cs
- TableSectionStyle.cs
- MasterPageBuildProvider.cs
- HtmlInputFile.cs