ComponentOne DataGrid for WPF and Silverlight
C1.WPF.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.

In This Topic
    EndUpdate(Boolean,Boolean) Method
    In This Topic
    Ends the update committing changes if specified.
    Syntax
    '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.
    See Also