TreeListEditModelSavingEventArgs Properties
Contains data for the EditModelSaving event.Name | Description |
---|---|
Cancel | Specifies whether to continue row editing. |
DataItem | Returns the processed data item. |
EditModel | Returns the edit model. |
IsNew | Returns whether the edit model corresponds to a new or existing row. |
ParentDataItem | Returns the parent data item of the processed node. |
Reload | Specifies whether to reload TreeList data after the EditModelSaving event handler is processed. |
TreeList | Returns the TreeList object. |
See Also