Back to Devexpress

ASPxTreeListBatchUpdateEventHandler Delegate

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

latest1.5 KB
Original Source

ASPxTreeListBatchUpdateEventHandler Delegate

A method that will handle the ASPxTreeList.BatchUpdate event.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ASPxTreeListBatchUpdateEventArgs |

A ASPxTreeListBatchUpdateEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxTreeList Namespace