using System; namespace CPF.ReoGrid.Events { public class BeforeCellKeyDownEventArgs : CellKeyDownEventArgs { public bool IsCancelled { get; set; } } }