Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SessionEndingEventArgs.cs
- ImageListStreamer.cs
- ApplicationId.cs
- MaskedTextBoxDesignerActionList.cs
- ParserStreamGeometryContext.cs
- ExpressionParser.cs
- SiteMapPath.cs
- RoleManagerModule.cs
- FunctionDescription.cs
- UrlAuthorizationModule.cs
- DiscoveryDocument.cs
- FormViewInsertedEventArgs.cs
- OleDbRowUpdatingEvent.cs
- SelectionEditor.cs
- ReadOnlyCollectionBuilder.cs
- EntityKeyElement.cs
- MdiWindowListItemConverter.cs
- LoginCancelEventArgs.cs
- VisualTreeUtils.cs
- DbProviderSpecificTypePropertyAttribute.cs
- DictionarySectionHandler.cs
- TextDecoration.cs
- WorkflowInstance.cs
- XhtmlBasicCalendarAdapter.cs
- RewritingValidator.cs
- DescendantQuery.cs
- DrawingGroup.cs
- QueryContinueDragEvent.cs
- ProviderConnectionPointCollection.cs
- DbConnectionFactory.cs
- SetIterators.cs
- CodeAttributeArgumentCollection.cs
- SqlDataSourceCache.cs
- SBCSCodePageEncoding.cs
- InstanceKeyView.cs
- ButtonBaseAutomationPeer.cs
- CommandLibraryHelper.cs
- ServiceContractViewControl.Designer.cs
- VarRefManager.cs
- XmlDocument.cs
- ValidationErrorCollection.cs
- NotCondition.cs
- RecordManager.cs
- ClientTargetSection.cs
- RouteUrlExpressionBuilder.cs
- SafeEventLogWriteHandle.cs
- Rijndael.cs
- ProxyHwnd.cs
- RemotingSurrogateSelector.cs
- ListDesigner.cs
- TCPListener.cs
- StringComparer.cs
- DateTimeEditor.cs
- EnterpriseServicesHelper.cs
- WindowsSolidBrush.cs
- DurableInstancingOptions.cs
- DocumentReference.cs
- LayoutTable.cs
- Encoder.cs
- AdornedElementPlaceholder.cs
- SortedList.cs
- ScrollData.cs
- AnimationException.cs
- SBCSCodePageEncoding.cs
- OrderPreservingSpoolingTask.cs
- HtmlInputText.cs
- SplitterPanel.cs
- Tuple.cs
- ISCIIEncoding.cs
- HandlerBase.cs
- HelpEvent.cs
- Block.cs
- DependencyObjectPropertyDescriptor.cs
- FixedHighlight.cs
- DesignerCommandAdapter.cs
- SafeLocalAllocation.cs
- SourceElementsCollection.cs
- Hyperlink.cs
- cookiecollection.cs
- WebPartDescription.cs
- SystemIcmpV4Statistics.cs
- PeerDuplexChannel.cs
- OdbcConnectionStringbuilder.cs
- SpellerStatusTable.cs
- DataGridCaption.cs
- StyleCollection.cs
- WebPartManagerInternals.cs
- PeerCredentialElement.cs
- RuleValidation.cs
- LogLogRecord.cs
- ObjectDataSource.cs
- UserControl.cs
- TargetPerspective.cs
- MatrixCamera.cs
- Timer.cs
- contentDescriptor.cs
- QuaternionRotation3D.cs
- SQLDecimal.cs
- SQLMoney.cs
- Ops.cs