HelpRequested Event - .NET

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the .NET Control >

HelpRequested Event - .NET

Previous pageReturn to chapter overviewNext page

[Not supported by VpeWebControl]

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.

HelpEventHandler VPE.HelpRequested(

object sender,

System.Windows.Forms.HelpEventArgs hlpevent

)

object sender

the VPE document object that fired the event

System.Windows.Forms.HelpEventArgs hlpevent

event data, see .NET documentation