C# Class SilverFlow.Controls.ActiveWindowChangedEventArgs

ActiveWindowChanged event arguments class.
Inheritance: System.EventArgs
Afficher le fichier Open project: Zoomicon/ZUI Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ActiveWindowChangedEventArgs class.
public ActiveWindowChangedEventArgs ( ) : System
Résultat System

ActiveWindowChangedEventArgs() public méthode

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.
Résultat System