System.Windows.Forms.TreeViewCancelEventArgs Members

The members of System.Windows.Forms.TreeViewCancelEventArgs are listed below.

See Also: Inherited members from System.ComponentModel.CancelEventArgs

Public Constructors

Initializes a new instance of the System.Windows.Forms.TreeViewCancelEventArgs class with the specified tree node, a value specifying whether the event is to be canceled, and the type of tree view action that raised the event.

Public Properties

[read-only]
ActionTreeViewAction.

Gets the type of System.Windows.Forms.TreeView action that raised the event.

[read-only]
NodeTreeNode.

Gets the tree node to be checked, expanded, collapsed, or selected.