WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / HelpRequested Event

In This Topic
HelpRequested Event
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
 
See Also