using System; namespace CPF.ReoGrid.Events { public class CellKeyDownEventArgs : WorksheetKeyEventArgs { public Cell Cell { get; set; } public CellPosition CellPosition { get; set; } } }