'Declaration
Public Overloads Sub EndUpdate( _ ByVal commitChanges As System.Boolean, _ ByVal forceChanges As System.Boolean _ )
public void EndUpdate( System.bool commitChanges, System.bool forceChanges )
Parameters
- commitChanges
- if set to
true
the pending changes are executed and the corresponding events are raised. - forceChanges
- if set to
true
the ranges will not be able to be modified in the SelectionChanging event.