ComponentOne DataGrid for WPF and Silverlight
DeletedRows Property (DataGridRowsDeletedEventArgs)

C1.WPF.DataGrid Namespace > DataGridRowsDeletedEventArgs Class : DeletedRows Property
Gets the deleted rows.
Syntax
'Declaration
 
Public ReadOnly Property DeletedRows As DataGridRow()
public DataGridRow[] DeletedRows {get;}

Property Value

The deleted rows.
See Also

Reference

DataGridRowsDeletedEventArgs Class
DataGridRowsDeletedEventArgs Members