| C1.Silverlight.DataGrid Namespace > DataGridSelection Class > EndUpdate Method : EndUpdate(Boolean,Boolean) Method | 
true the pending changes are executed and the corresponding events are raised.
true the ranges will not be able to be modified in the SelectionChanging event.
'DeclarationPublic Overloads Sub EndUpdate( _ ByVal commitChanges As System.Boolean, _ ByVal forceChanges As System.Boolean _ )
public void EndUpdate( System.bool commitChanges, System.bool forceChanges )
true the pending changes are executed and the corresponding events are raised.true the ranges will not be able to be modified in the SelectionChanging event.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2