'Declaration Public Overloads Function FinishEditing( _ ByVal cancelEdits As Boolean, _ ByVal cancellable As Boolean _ ) As Boolean
public bool FinishEditing( bool cancelEdits, bool cancellable )
Parameters
- cancelEdits
- if set to
true
it will cancel the edited value. - cancellable
- Specifies whether this operation is cancellable through the editing events.