ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / RowsAdded Event

In This Topic
    RowsAdded Event
    In This Topic
    Occurs after new rows have been added to the C1DataGrid.
    Syntax
    'Declaration
     
    
    Public Event RowsAdded As EventHandler(Of DataGridRowsAddedEventArgs)
    Event Data

    The event handler receives an argument of type DataGridRowsAddedEventArgs containing data related to this event. The following DataGridRowsAddedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the added rows.  
    See Also