ASPxClientTreeListBatchEditConfirmShowingEventArgs Class
In This Article
Provides data for the ASPxClientTreeList.BatchEditConfirmShowing event.
#Declaration
TypeScript
declare class ASPxClientTreeListBatchEditConfirmShowingEventArgs extends ASPxClientCancelEventArgs
#Remarks
ASPxClientTreeListBatchEditConfirmShowingEventArgs objects with proper settings are automatically created and passed to corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientTreeListBatchEditConfirmShowingEventArgs
See Also