March 2003
Intermediate to advanced
896 pages
32h 35m
English
TreeViewEventArgs
This class encapsulates the data for the
TreeView.AfterXXX events. You can determine the
Action that raised the event and the
Node that has been modified.
public class TreeViewEventArgs : EventArgs { // Public Constructors public TreeViewEventArgs(TreeNode node); public TreeViewEventArgs(TreeNode node, TreeViewAction action); // Public Instance Properties public TreeViewAction Action{get; } public TreeNode Node{get; } }
System.Object
→ System.EventArgs → TreeViewEventArgs
System.Windows.Forms.Design.ComponentEditorForm.OnSelChangeSelector(), TreeView.{OnAfterCheck(),
OnAfterCollapse(), OnAfterExpand(), OnAfterSelect()},
TreeViewEventHandler.{BeginInvoke(),
Invoke()}
Read now
Unlock full access