Back to Devexpress

TreeListNodeValidationEventHandler Delegate

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

latest1.4 KB
Original Source

TreeListNodeValidationEventHandler Delegate

A method that will handle the ASPxTreeList.NodeValidating event.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListNodeValidationEventArgs |

A TreeListNodeValidationEventArgs object that contains event data.

|

See Also

DevExpress.Web.ASPxTreeList Namespace