TreeListToolbarItemClickEventHandler Delegate
In This Article
A method that will handle the ASPxTreeList.ToolbarItemClick event.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void TreeListToolbarItemClickEventHandler(
object source,
TreeListToolbarItemClickEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
source | Object | The event source. |
e | Tree |
A Tree |
See Also