Back to Devexpress

TreeListHtmlDataCellEventHandler Delegate

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

latest1.5 KB
Original Source

TreeListHtmlDataCellEventHandler Delegate

A method that will handle the ASPxTreeList.HtmlDataCellPrepared event.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListHtmlDataCellEventArgs |

A TreeListHtmlDataCellEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxTreeList Namespace