Back to Devexpress

TreeListHtmlRowEventHandler Delegate

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

latest1.4 KB
Original Source

TreeListHtmlRowEventHandler Delegate

A method that will handle the ASPxTreeList.HtmlRowPrepared event.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListHtmlRowEventArgs |

A TreeListHtmlRowEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxTreeList Namespace