In This Topic
Occurs when the user presses F1 on the keyboard while the task dialog has focus.
Syntax
'Declaration
<C1DescriptionAttribute("C1TaskDialog.HelpRequested", "Occurs when the user presses F1 on the keyboard while the task dialog has focus.")>
<C1CategoryAttribute("Behavior")>
Public Event HelpRequested As EventHandler
[C1Description("C1TaskDialog.HelpRequested", "Occurs when the user presses F1 on the keyboard while the task dialog has focus.")]
[C1Category("Behavior")]
public event EventHandler HelpRequested
See Also