* UIEditForm: 继承后可修改IsOK

This commit is contained in:
Sunny 2022-02-21 17:16:10 +08:00
parent 5f22cc40c4
commit 51222b19e9
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -276,7 +276,7 @@ namespace Sunny.UI
}
}
public bool IsOK { get; private set; }
public bool IsOK { get; protected set; }
[Category("SunnyUI"), Description("确定按钮点击事件")]
public event EventHandler ButtonOkClick;