Occurs when the user has released ALT+TAB.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event SwitchEnd As WindowEventHandler |
C# |
---|
public event WindowEventHandler SwitchEnd |
Visual C++ |
---|
public: event WindowEventHandler^ SwitchEnd { void add (WindowEventHandler^ value); void remove (WindowEventHandler^ value); } |
JavaScript |
---|
function add_switchEnd(value); function remove_switchEnd(value); |