Back to Devexpress

TreeListCustomCallbackEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxtreelist-c40b6af0.md

latest1.5 KB
Original Source

TreeListCustomCallbackEventHandler Delegate

A method that will handle the ASPxTreeList.CustomCallback event.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListCustomCallbackEventArgs |

A TreeListCustomCallbackEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxTreeList Namespace