ASPxClientTreeListBatchEditNodeInsertingEventArgs Class
In This Article
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