Occurs when window has exited context-sensitive Help mode.

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

Syntax

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

See Also