Table of Contents

Class NotifyWindowTopEventArgs

Namespace
AT.Librarys.Container.Service
Assembly
AT.Librarys.Container.dll

显示窗口在最前面事件数据

public class NotifyWindowTopEventArgs : EventArgs
Inheritance
NotifyWindowTopEventArgs
Inherited Members
Extension Methods

Constructors

NotifyWindowTopEventArgs(string)

构造

public NotifyWindowTopEventArgs(string categoryName)

Parameters

categoryName string

类别名称

Properties

CategoryName

名称

public string CategoryName { get; set; }

Property Value

string