Occurs when foreground window is changed.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Event WindowForeground As WindowEventHandler
C#
public event WindowEventHandler WindowForeground
Visual C++
public:
 event WindowEventHandler^ WindowForeground {
	void add (WindowEventHandler^ value);
	void remove (WindowEventHandler^ value);
}
JavaScript
function add_windowForeground(value);
function remove_windowForeground(value);

See Also