Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.DataGrid.Toolkit Assembly / Xceed.Wpf.DataGrid Namespace / AsyncCommitInfo Class
Members


In This Topic
    AsyncCommitInfo Class
    In This Topic
    Received in the CommitItems event to provide information on the virtualized items to allow those that have been modified to be committed to the underlying data source.
    Syntax
    'Declaration
     
    Public Class AsyncCommitInfo 
    'Usage
     
    Dim instance As AsyncCommitInfo
    public class AsyncCommitInfo 
    Remarks
    The EndCommit method of the AsyncCommitInfo instance received in the event arguments of the CommitItems event must be called when the synchronous or asynchronous update operation is completed. Until all pending commit operations are completed, the collection view will prevent the QueryItems events from being raised; therefore, it is essential that the EndCommit method be called in order to continue fetching new items once edited items have been committed. It is recommended to call the CommitAll method before the grid is unloaded so that any pending changes can be committed to the underlying data source.
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.DataGrid.AsyncCommitInfo

    Public Properties
     NameDescription
    Public PropertyGets a user-defined object that qualifies or contains information about an asynchronous operation.  
    Public PropertyGets or sets a user-defined object that qualifies or contains information about an error.  
    Public PropertyGets an array of VirtualizedItemInfo objects representing the items that are about to be released from memory.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, 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

    See Also