Back to Devexpress

TreeListHtmlCommandCellEventHandler Delegate

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

latest1.4 KB
Original Source

TreeListHtmlCommandCellEventHandler Delegate

A method that will handle the ASPxTreeList.HtmlCommandCellPrepared event.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | TreeListHtmlCommandCellEventArgs |

A TreeListHtmlCommandCellEventArgs object that contains event data.

|

See Also

DevExpress.Web.ASPxTreeList Namespace