namespace AntDesign.WPF.Controls { using System; public class ClosingWindowEventHandlerArgs : EventArgs { public bool Cancelled { get; set; } } }