[]
Commits any pending edits and exits edit mode.
public bool FinishEditing()
Public Function FinishEditing() As Boolean
| 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)
Public Function FinishEditing(cancel As Boolean) As Boolean
| 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. |