Skip to main content

ASPxClientTreeListBatchEditNodeValidatingEventHandler<Sender> Interface

A method that will handle the ASPxClientTreeList.BatchEditNodeValidating event.

Declaration

interface ASPxClientTreeListBatchEditNodeValidatingEventHandler<Sender> { (source: Sender, e: ASPxClientTreeListBatchEditNodeValidatingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientTreeListBatchEditNodeValidatingEventArgs

A ASPxClientTreeListBatchEditNodeValidatingEventArgs object that contains event data.

See Also