'Declaration Public Overloads Function FinishEditing( _ ByVal cancel As System.Boolean _ ) As System.Boolean
public System.bool FinishEditing( System.bool cancel )
Parameters
- cancel
- Whether pending edits should be canceled or committed.
Return Value
True if there were pending edits and they were successfully canceled or committed.