Overload | Description |
---|---|
CancelEdit(String,Boolean) | Cancel the current EditOperation with an option to override. |
CancelEdit(Func<Task<Boolean>>) | Cancel the current EditOperation with a callback to execute code and possibly retry. |
CancelEdit() | Cancel the current EditOperation. |