Class NotifyWindowTopEventArgs
显示窗口在最前面事件数据
public class NotifyWindowTopEventArgs : EventArgs
- Inheritance
-
NotifyWindowTopEventArgs
- Inherited Members
- Extension Methods
Constructors
NotifyWindowTopEventArgs(string)
构造
public NotifyWindowTopEventArgs(string categoryName)
Parameters
categoryNamestring类别名称
Properties
CategoryName
名称
public string CategoryName { get; set; }