Skip to main content

TreeListCustomNodeSortEventHandler Delegate

In This Article

A method that will handle the ASPxTreeList.CustomNodeSort event.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public delegate void TreeListCustomNodeSortEventHandler(
    object sender,
    TreeListCustomNodeSortEventArgs e
);

#Parameters

Name Type Description
sender Object

The event source.

e TreeListCustomNodeSortEventArgs

A TreeListCustomNodeSortEventArgs object that contains event data.

See Also