ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / EndUpdate Method / EndUpdate() Method

In This Topic
    EndUpdate() Method
    In This Topic
    Ends the update. The pending changes are executed and the corresponding events are raised.
    Syntax
    'Declaration
     
    
    Public Overloads Sub EndUpdate() 
    public void EndUpdate()
    See Also