Visual Basic (Declaration) | |
---|---|
<SRDescriptionAttribute("Occurs when the user invokes Help for the control.")> <SRCategoryAttribute("Behavior")> Public Event HelpRequested As HelpEventHandler |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CredentialsDialog Dim handler As HelpEventHandler AddHandler instance.HelpRequested, handler |
C# | |
---|---|
[SRDescription("Occurs when the user invokes Help for the control.")] [SRCategory("Behavior")] public event HelpEventHandler HelpRequested |
C++/CLI | |
---|---|
[SRDescription("Occurs when the user invokes Help for the control.")] [SRCategory("Behavior")] public: event HelpEventHandler^ HelpRequested |
The event handler receives an argument of type HelpEventArgs containing data related to this event. The following HelpEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Handled | Gets or sets a value indicating whether the help event was handled. |
MousePos | Gets the screen coordinates of the mouse pointer. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2