Skip to main content
A newer version of this page is available. .

ASPxTreeListBatchUpdateEventArgs Properties

Provides data for the ASPxTreeList.BatchUpdate event.
Name Description
DeleteValues Returns a list of deleted values. Inherited from ASPxDataBatchUpdateEventArgs.
Handled Specifies whether the ASPxGridBase.BatchUpdate event is handled. Inherited from ASPxDataBatchUpdateEventArgs.
InsertNodes Returns a list of inserted nodes.
InsertValues For internal use only.
UpdateValues Returns a list of updated values. Inherited from ASPxDataBatchUpdateEventArgs.
See Also