 | HotKeyEventArgs 构造函数 |
Sweet 开发框架
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public HotKeyEventArgs(
HotKey hotKey,
DateTime time
)
Public Sub New (
hotKey As HotKey,
time As DateTime
)
new :
hotKey : HotKey *
time : DateTime -> HotKeyEventArgs
参数
- hotKey
- 类型:SweetUIHotKey
[缺少 "M:SweetUI.HotKeyEventArgs.#ctor(SweetUI.HotKey,System.DateTime)" 的 <param name="hotKey"/> 文档]
- time
- 类型:SystemDateTime
[缺少 "M:SweetUI.HotKeyEventArgs.#ctor(SweetUI.HotKey,System.DateTime)" 的 <param name="time"/> 文档]
参见