更新
This commit is contained in:
9
AntdWpf/Controls/ClosingWindowEventHandlerArgs.cs
Normal file
9
AntdWpf/Controls/ClosingWindowEventHandlerArgs.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace AntdWpf.Controls
|
||||
{
|
||||
using System;
|
||||
|
||||
public class ClosingWindowEventHandlerArgs : EventArgs
|
||||
{
|
||||
public bool Cancelled { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user