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