Skip to main content

ASPxClientTreeListBatchEditConfirmShowingEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientTreeList.BatchEditConfirmShowing event.

#Declaration

TypeScript
interface ASPxClientTreeListBatchEditConfirmShowingEventHandler<Sender> { (source: Sender, e: ASPxClientTreeListBatchEditConfirmShowingEventArgs): void; }

#Parameters

Name Type Description
source Sender

The event source.

e ASPxClientTreeListBatchEditConfirmShowingEventArgs

A ASPxClientTreeListBatchEditConfirmShowingEventArgs object that contains event data.

See Also