Namespace: Semata.ControlsCLR
Class: EditableDataManager
If there are no changes or it is ok to cancel calls IEditableData.CancelEdit on the object selected by the selector.
public void DeleteData(bool checkForEdits)
Parameters
Type | Name | Description |
bool | checkForEdits | if true, then delete is only performed if IsOkToCancel is true |
Returns: void