Syntax
Visual Basic (Declaration) | |
---|
<SRDescriptionAttribute("Occurs when the user invokes Help for the control.")>
<SRCategoryAttribute("Behavior")>
Public Event HelpRequested As HelpEventHandler |
C# | |
---|
[SRDescriptionAttribute("Occurs when the user invokes Help for the control.")]
[SRCategoryAttribute("Behavior")]
public event HelpEventHandler HelpRequested |
Event Data
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. |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also