Occurs when the user has pressed ALT+TAB, which activates the switch window.

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

Syntax

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

See Also