Occurs when the user presses F1 on the keyboard while the task dialog has focus.
[C1Description("C1TaskDialog.HelpRequested", "Occurs when the user presses F1 on the keyboard while the task dialog has focus.")]
[C1Category("Behavior")]
public event EventHandler HelpRequested
'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