C# Class SilverFlow.Controls.ActiveWindowChangedEventArgs

ActiveWindowChanged event arguments class.
Inheritance: System.EventArgs
Exibir arquivo Open project: Zoomicon/ZUI Class Usage Examples

Public Methods

Method Description
ActiveWindowChangedEventArgs ( ) : System

Initializes a new instance of the ActiveWindowChangedEventArgs class.

ActiveWindowChangedEventArgs ( FloatingWindow oldWindow, FloatingWindow newWindow ) : System

Initializes a new instance of the ActiveWindowChangedEventArgs class.

Method Details

ActiveWindowChangedEventArgs() public method

Initializes a new instance of the ActiveWindowChangedEventArgs class.
public ActiveWindowChangedEventArgs ( ) : System
return System

ActiveWindowChangedEventArgs() public method

Initializes a new instance of the ActiveWindowChangedEventArgs class.
public ActiveWindowChangedEventArgs ( FloatingWindow oldWindow, FloatingWindow newWindow ) : System
oldWindow FloatingWindow The old active FloatingWindow.
newWindow FloatingWindow The new active FloatingWindow.
return System