ComponentOne DataGrid for WPF and Silverlight
EndUpdate(Boolean,Boolean) Method

C1.Silverlight.DataGrid Namespace > DataGridSelection Class > EndUpdate Method : EndUpdate(Boolean,Boolean) Method
if set to true the pending changes are executed and the corresponding events are raised.
if set to true the ranges will not be able to be modified in the SelectionChanging event.
Ends the update committing changes if specified.
Syntax
'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.
See Also

Reference

DataGridSelection Class
DataGridSelection Members
Overload List