* UIEditForm: 继承后可修改IsOK
This commit is contained in:
parent
5f22cc40c4
commit
51222b19e9
Binary file not shown.
Binary file not shown.
@ -276,7 +276,7 @@ namespace Sunny.UI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool IsOK { get; private set; }
|
public bool IsOK { get; protected set; }
|
||||||
|
|
||||||
[Category("SunnyUI"), Description("确定按钮点击事件")]
|
[Category("SunnyUI"), Description("确定按钮点击事件")]
|
||||||
public event EventHandler ButtonOkClick;
|
public event EventHandler ButtonOkClick;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user