Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewEvent.cs / 1 / TreeViewEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Windows.Forms {
using System.Diagnostics;
using System;
using System.ComponentModel;
using System.Drawing;
using Microsoft.Win32;
///
///
///
/// Provides data for the , , , or event.
///
///
public class TreeViewEventArgs : EventArgs {
TreeNode node;
TreeViewAction action = TreeViewAction.Unknown;
///
///
/// [To be supplied.]
///
public TreeViewEventArgs(TreeNode node) {
this.node = node;
}
///
///
/// [To be supplied.]
///
public TreeViewEventArgs(TreeNode node, TreeViewAction action) {
this.node = node;
this.action = action;
}
///
///
/// [To be supplied.]
///
public TreeNode Node {
get {
return node;
}
}
///
///
/// An event specific action-flag.
///
public TreeViewAction Action {
get {
return action;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Visitor.cs
- FormattedText.cs
- XMLUtil.cs
- SafeHGlobalHandleCritical.cs
- WebSysDescriptionAttribute.cs
- TemplateBindingExpression.cs
- FileLevelControlBuilderAttribute.cs
- TableLayoutColumnStyleCollection.cs
- TrackBarRenderer.cs
- NeutralResourcesLanguageAttribute.cs
- ParameterCollection.cs
- FunctionNode.cs
- CodeRegionDirective.cs
- GlobalAllocSafeHandle.cs
- IPHostEntry.cs
- DrawingContextDrawingContextWalker.cs
- SmiMetaDataProperty.cs
- ProfileGroupSettings.cs
- PrintDocument.cs
- EventLogInformation.cs
- GeometryCollection.cs
- WorkflowOwnershipException.cs
- Compiler.cs
- Dump.cs
- COM2ExtendedUITypeEditor.cs
- HttpRuntimeSection.cs
- DbConnectionHelper.cs
- ColorBlend.cs
- WebCodeGenerator.cs
- SafeSecurityHandles.cs
- CompositeDuplexBindingElementImporter.cs
- SelectionRangeConverter.cs
- OrthographicCamera.cs
- ReachUIElementCollectionSerializer.cs
- CopyEncoder.cs
- CellPartitioner.cs
- IconHelper.cs
- HtmlInputControl.cs
- Vector.cs
- RowToParametersTransformer.cs
- ResourceExpressionEditorSheet.cs
- ConfigurationUtility.cs
- ImageAutomationPeer.cs
- MimeObjectFactory.cs
- StatusBarPanelClickEvent.cs
- JsonEnumDataContract.cs
- ConfigViewGenerator.cs
- Screen.cs
- Timeline.cs
- WebServiceReceive.cs
- MinMaxParagraphWidth.cs
- XmlDataImplementation.cs
- XmlSchemaImport.cs
- DBDataPermissionAttribute.cs
- RuleInfoComparer.cs
- ControlParameter.cs
- DetailsViewInsertedEventArgs.cs
- XmlSortKeyAccumulator.cs
- HttpServerVarsCollection.cs
- NetStream.cs
- PagesChangedEventArgs.cs
- GridViewItemAutomationPeer.cs
- FixedSOMLineRanges.cs
- SignedXml.cs
- HiddenField.cs
- Token.cs
- ContextMenu.cs
- HTMLTextWriter.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- XpsFont.cs
- XPathEmptyIterator.cs
- GlyphElement.cs
- _NTAuthentication.cs
- BamlWriter.cs
- Point4D.cs
- MailBnfHelper.cs
- CustomAssemblyResolver.cs
- SurrogateEncoder.cs
- TransformGroup.cs
- SafeMemoryMappedViewHandle.cs
- DataIdProcessor.cs
- Substitution.cs
- Freezable.cs
- ImageAnimator.cs
- BaseTemplateBuildProvider.cs
- RemoteDebugger.cs
- TextWriter.cs
- SourceLineInfo.cs
- NullReferenceException.cs
- BamlTreeNode.cs
- IncrementalCompileAnalyzer.cs
- TextEndOfLine.cs
- Helpers.cs
- CompressionTracing.cs
- StringUtil.cs
- WebServiceResponseDesigner.cs
- TextFormatterContext.cs
- PrimitiveSchema.cs
- DefinitionBase.cs
- GridViewItemAutomationPeer.cs