Skip to main content

TreeListNodeCancelEventHandler Delegate

In This Article

A method that will handle the ASPxTreeList.NodeCollapsing and ASPxTreeList.NodeExpanding events.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll

#Declaration

public delegate void TreeListNodeCancelEventHandler(
    object sender,
    TreeListNodeCancelEventArgs e
);

#Parameters

Name Type Description
sender Object

The event source.

e TreeListNodeCancelEventArgs

A TreeListNodeCancelEventArgs object that contains event data.

See Also