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
- DocumentEventArgs.cs
- OrderedDictionary.cs
- MetadataCache.cs
- QilTypeChecker.cs
- SoapTypeAttribute.cs
- ColorTranslator.cs
- UndoEngine.cs
- SynchronizedReadOnlyCollection.cs
- TypeSchema.cs
- Closure.cs
- VarRefManager.cs
- HtmlListAdapter.cs
- PtsContext.cs
- ExpanderAutomationPeer.cs
- PolyLineSegment.cs
- DataSourceSerializationException.cs
- DataGridPageChangedEventArgs.cs
- QuotedPrintableStream.cs
- RijndaelManagedTransform.cs
- CipherData.cs
- XmlWellformedWriter.cs
- WhitespaceSignificantCollectionAttribute.cs
- ConfigurationManagerInternal.cs
- ClrProviderManifest.cs
- MetadataCache.cs
- LinearGradientBrush.cs
- RNGCryptoServiceProvider.cs
- ReadingWritingEntityEventArgs.cs
- XmlEncoding.cs
- AuthorizationRuleCollection.cs
- TypeGeneratedEventArgs.cs
- CalendarDay.cs
- BitmapEffectInput.cs
- WindowsIdentity.cs
- RedistVersionInfo.cs
- GeometryValueSerializer.cs
- BreakRecordTable.cs
- TypographyProperties.cs
- ElementAction.cs
- RuntimeWrappedException.cs
- ClassData.cs
- RijndaelManagedTransform.cs
- RepeatButtonAutomationPeer.cs
- ComponentConverter.cs
- ProgressiveCrcCalculatingStream.cs
- XmlnsCache.cs
- SplitContainerDesigner.cs
- ConfigurationSection.cs
- PlanCompiler.cs
- PeerApplication.cs
- AuthorizationRule.cs
- Roles.cs
- coordinatorfactory.cs
- InArgumentConverter.cs
- Script.cs
- AppDomainUnloadedException.cs
- ControlIdConverter.cs
- HttpStreamMessage.cs
- DesignTimeValidationFeature.cs
- OdbcConnectionStringbuilder.cs
- ManagementException.cs
- AutoResizedEvent.cs
- AuthenticationModulesSection.cs
- RowToParametersTransformer.cs
- UnauthorizedWebPart.cs
- ComAwareEventInfo.cs
- Validator.cs
- RsaKeyIdentifierClause.cs
- List.cs
- COM2PropertyDescriptor.cs
- JobStaple.cs
- RequestResizeEvent.cs
- RelatedImageListAttribute.cs
- FunctionOverloadResolver.cs
- BufferedReceiveElement.cs
- FormatVersion.cs
- XmlSchemaObjectCollection.cs
- SymmetricKey.cs
- DataReceivedEventArgs.cs
- XPathAncestorQuery.cs
- GcHandle.cs
- TextPointer.cs
- EntityKey.cs
- PeerOutputChannel.cs
- configsystem.cs
- FontWeight.cs
- IMembershipProvider.cs
- Control.cs
- InvalidDataContractException.cs
- UnsafeNativeMethodsCLR.cs
- ReadWriteObjectLock.cs
- ByteStream.cs
- WindowsAuthenticationEventArgs.cs
- MarkedHighlightComponent.cs
- CommandHelper.cs
- CopyAttributesAction.cs
- XPathNodeIterator.cs
- AppSettingsSection.cs
- ContainerParagraph.cs
- StylusShape.cs