'Declaration
Public Overloads Sub EndUpdate( _ ByVal commitChanges As Boolean, _ ByVal forceChanges As Boolean _ )
public void EndUpdate( bool commitChanges, 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.