ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowsAddedEventArgs Class
Members

In This Topic
    DataGridRowsAddedEventArgs Class
    In This Topic
    Provides event data for RowsAdded event.
    Object Model
    DataGridRowsAddedEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class DataGridRowsAddedEventArgs 
       Inherits System.EventArgs
    public class DataGridRowsAddedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.DataGrid.DataGridRowsAddedEventArgs

    See Also