using System; namespace eSuite.WorkBench.WpfHelper { public class CanChangeEventArgs : EventArgs { public bool CanChange { get; set; } = true; } }