Skip to main content
A newer version of this page is available. .

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