[]
Commits any pending edits and exits edit mode.
public bool FinishEditing()
Type | Description |
---|---|
bool | True if there were pending edits and they were successfully committed. |
Commits or cancels any pending edits and exits edit mode.
public bool FinishEditing(bool cancel)
Type | Name | Description |
---|---|---|
bool | cancel | Whether pending edits should be canceled or committed. |
Type | Description |
---|---|
bool | True if there were pending edits and they were successfully canceled or committed. |