TreeListNodeEventHandler Delegate
A method that will handle the ASPxTreeList.NodeExpanded and ASPxTreeList.NodeCollapsed events.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v22.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | TreeListNodeEventArgs | A TreeListNodeEventArgs object that contains event data. |
See Also