Class SwitchWindowEventArgs
切换窗口事件数据
public class SwitchWindowEventArgs : EventArgs
- Inheritance
-
SwitchWindowEventArgs
- Inherited Members
- Extension Methods
Constructors
SwitchWindowEventArgs(WindowView)
构造
public SwitchWindowEventArgs(WindowView windowMode)
Parameters
windowModeWindowView
Properties
WindowMode
模块
public WindowView WindowMode { get; set; }