using System; namespace CPF.ReoGrid.Events { public class RowsDeletedEventArgs : WorksheetRowsEventArgs { internal RowsDeletedEventArgs(int row, int count) : base(row, count) { } } }