'DeclarationPublic Overloads Function EndEdit( _ ByVal commitChanges As Boolean, _ ByVal exitEditingMode As Boolean _ ) As Boolean
public bool EndEdit( bool commitChanges, bool exitEditingMode )
Parameters
- commitChanges
- if set to
truecommit the changes. - exitEditingMode
- if set to
trueexit editing mode.
Return Value
True, if the edit finish, otherwise False