TreeViewEventArgs
Wisej.Web.TreeViewEventArgs
Last updated
Was this helpful?
Wisej.Web.TreeViewEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the , , , or events of a control.
Initializes a new instance of the class for the specified tree node.
node
Initializes a new instance of the class for the specified tree node and with the specified type of action that raised the event.
node
action
Initializes a new instance of the class for the specified tree node and with the specified type of action that raised the event.
nodes
action
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.
: Returns the type of action that raised the event.
: Returns the tree node that has been checked, expanded, collapsed, or selected.
: Returns the tree nodes that have been selected in a multi-selection treeview.
Represents the method that will handle the , , , or event of a .