TreeListCustomErrorTextEventHandler Delegate
A method that will handle the ASPxTreeList.CustomErrorText event.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v22.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void TreeListCustomErrorTextEventHandler(
object sender,
TreeListCustomErrorTextEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | TreeListCustomErrorTextEventArgs | A TreeListCustomErrorTextEventArgs object that contains event data. |
See Also