TreeViewEventHandler
Wisej.Web.TreeViewEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the AfterCheck, AfterCollapse, AfterExpand, or AfterSelect event of a TreeView.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A TreeViewEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Occurs after the tree node check box is checked. | |
Occurs after the tree node is collapsed. | |
Occurs after the tree node is expanded. | |
Occurs after the tree node is selected. | |
Occurs after the tree node check box is checked. | |
Occurs after the tree node is collapsed. | |
Occurs after the tree node is expanded. | |
Occurs after the tree node is selected. |
Last updated