'Declaration
Public Overloads Function EndEdit( _ ByVal commitChanges As System.Boolean, _ ByVal exitEditingMode As System.Boolean _ ) As System.Boolean
public System.bool EndEdit( System.bool commitChanges, System.bool exitEditingMode )
Parameters
- commitChanges
- if set to
true
commit the changes. - exitEditingMode
- if set to
true
exit editing mode.
Return Value
True, if the edit finish, otherwise False