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

In This Topic
    RowsDeleted Event (C1DataGrid)
    In This Topic
    Occurs after rows have been deleted from the C1DataGrid.
    Syntax
    'Declaration
     
    
    Public Event RowsDeleted As EventHandler(Of DataGridRowsDeletedEventArgs)
    Event Data

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

    PropertyDescription
    Gets the deleted rows.  
    See Also