Skip to main content

ASPxClientTreeListBatchEditNodeInsertingEventArgs Class

Provides data for the ASPxClientTreeList.BatchEditNodeInserting event.

#Declaration

TypeScript
declare class ASPxClientTreeListBatchEditNodeInsertingEventArgs extends ASPxClientCancelEventArgs

#Remarks

ASPxClientTreeListBatchEditNodeInsertingEventArgs objects with proper settings are automatically created and passed to corresponding event handlers.

#Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientTreeListBatchEditNodeInsertingEventArgs
See Also