Skip to main content

ASPxClientTreeListBatchEditNodeInsertingEventHandler<Sender> Interface

A method that will handle the ASPxClientTreeList.BatchEditNodeInserting event.

Declaration

interface ASPxClientTreeListBatchEditNodeInsertingEventHandler<Sender> { (source: Sender, e: ASPxClientTreeListBatchEditNodeInsertingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientTreeListBatchEditNodeInsertingEventArgs

A ASPxClientTreeListBatchEditNodeInsertingEventArgs object that contains event data.

See Also