Occurs when window has entered context-sensitive Help mode.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Event ContextHelpStart As WindowEventHandler |
| C# |
|---|
public event WindowEventHandler ContextHelpStart |
| Visual C++ |
|---|
public: event WindowEventHandler^ ContextHelpStart { void add (WindowEventHandler^ value); void remove (WindowEventHandler^ value); } |
| JavaScript |
|---|
function add_contextHelpStart(value); function remove_contextHelpStart(value); |