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. |
UpdateValues | Returns a list of updated values. Inherited from ASPxDataBatchUpdateEventArgs. |
See Also