ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridDeletingRowsEventArgs Class / DeletedRows Property

In This Topic
    DeletedRows Property (DataGridDeletingRowsEventArgs)
    In This Topic
    Gets the deleted rows.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeletedRows As DataGridRow()
    public DataGridRow[] DeletedRows {get;}
    See Also