HelpRequested Event - Java

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the Java Control >

HelpRequested Event - Java

Previous pageReturn to chapter overviewNext page

[GUI version only]

Is sent if the property RouteHelp is True and the user clicked the Help-Button in the toolbar or pushed the corresponding key (F1 by default).

This is one of the few events where CloseDoc() may be called while processing it.

public void HelpRequested(

EventObject e

)

EventObject e

the event object, see Java documentation