Skip to main content

ASPxClientTreeListBatchEditNodeInsertingEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientTreeList.BatchEditNodeInserting event.

#Declaration

TypeScript
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