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