Skip to main content
All docs
V25.1
  • TreeListCustomButtonCallbackEventHandler Delegate

    In This Article

    A method that handles the CustomButtonCallback.

    Namespace: DevExpress.Web.ASPxTreeList

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

    #Declaration

    public delegate void TreeListCustomButtonCallbackEventHandler(
        object sender,
        TreeListCustomButtonCallbackEventArgs e
    );

    #Parameters

    Name Type Description
    sender Object

    The event source.

    e TreeListCustomButtonCallbackEventArgs

    Contains event data.

    See Also