[Root] / Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / CommitItemsEventArgs Class


In This Topic
    CommitItemsEventArgs Class
    In This Topic
    Provides information about the virtualized items during the CommitItems event.
    Syntax
    'Declaration
     
    Public Class CommitItemsEventArgs 
       Inherits AsyncQueryEventArgs
    'Usage
     
    Dim instance As CommitItemsEventArgs
    public class CommitItemsEventArgs : AsyncQueryEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Wpf.DataGrid.AsyncQueryEventArgs
             Xceed.Wpf.DataGrid.CommitItemsEventArgs

    Public Properties
     NameDescription
    Public PropertyGets an AsyncCommitInfo that provides information on the virtualized items to allow those that have been modified to be committed to the underlying data source.  
    Public PropertyGets the DataGridVirtualizingCollectionView to which the grid is bound. (Inherited from Xceed.Wpf.DataGrid.AsyncQueryEventArgs)
    Public Property (Inherited from Xceed.Wpf.DataGrid.AsyncQueryEventArgs)
    Top
    Supported Frameworks

    See Also