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