TreeViewEventArgs
Wisej.Web.TreeViewEventArgs
Last updated
Wisej.Web.TreeViewEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the AfterCheck, AfterCollapse, AfterExpand, or AfterSelect events of a TreeView control.
Initializes a new instance of the TreeViewEventArgs class for the specified tree node.
Name | Type | Description |
---|---|---|
node |
Initializes a new instance of the TreeViewEventArgs class for the specified tree node and with the specified type of action that raised the event.
Name | Type | Description |
---|---|---|
node | ||
action |
Initializes a new instance of the TreeViewEventArgs class for the specified tree node and with the specified type of action that raised the event.
Name | Type | Description |
---|---|---|
nodes | ||
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 have been selected in a multi-selection treeview.
Name | Description |
---|---|
The that the event is responding to.
The that the event is responding to.
The type of that raised the event.
An array of that the event is responding to.
The type of that raised the event.
Represents the method that will handle the , , , or event of a .