Back to Devexpress

TreeListCustomButtonCallbackEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxtreelist-98092f76.md

latest1.3 KB
Original Source

TreeListCustomButtonCallbackEventHandler Delegate

A method that handles the CustomButtonCallback.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void TreeListCustomButtonCallbackEventHandler(
    object sender,
    TreeListCustomButtonCallbackEventArgs e
);
vb
Public Delegate Sub TreeListCustomButtonCallbackEventHandler(
    sender As Object,
    e As TreeListCustomButtonCallbackEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListCustomButtonCallbackEventArgs |

Contains event data.

|

See Also

DevExpress.Web.ASPxTreeList Namespace