TreeViewCancelEventArgs
Wisej.Web.TreeViewCancelEventArgs
Last updated
Wisej.Web.TreeViewCancelEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the BeforeCheck, BeforeCollapse, BeforeExpand, and BeforeSelect events of a TreeView control.
Initializes a new instance of the 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.
node
cancel
true to cancel the event; otherwise, false.
action
Initializes a new instance of the 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.
nodes
cancel
true to cancel the event; otherwise, false.
action
TreeViewAction: Returns the type of action that raised the event.
TreeNode: Returns the tree node that has been checked, expanded, collapsed, or selected.
TreeNode[]: Returns the tree nodes that has been selected in a multiselection treeview.
The that the event is responding to.
One of the values indicating the type of action that raised the event.
An array of that the event is responding to.
One of the values indicating the type of action that raised the event.
Represents the method that will handle the , , , or event of a .