Back to Devexpress

TreeListCustomErrorTextEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxtreelist-33caeb9b.md

latest1.4 KB
Original Source

TreeListCustomErrorTextEventHandler Delegate

A method that will handle the ASPxTreeList.CustomErrorText event.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListCustomErrorTextEventArgs |

A TreeListCustomErrorTextEventArgs object that contains event data.

|

See Also

DevExpress.Web.ASPxTreeList Namespace