ComponentOne Windows 7 Control Pack for WinForms
HelpRequested Event



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : HelpRequested Event
Occurs when the user presses F1 on the keyboard while the task dialog has focus.
Syntax
<C1DescriptionAttribute("Occurs when the user presses F1 on the keyboard while the task dialog has focus.")>
<C1CategoryAttribute("動作")>
Public Event HelpRequested As EventHandler
Dim instance As C1TaskDialog
Dim handler As EventHandler
 
AddHandler instance.HelpRequested, handler
[C1Description("Occurs when the user presses F1 on the keyboard while the task dialog has focus.")]
[C1Category("動作")]
public event EventHandler HelpRequested
[C1Description("Occurs when the user presses F1 on the keyboard while the task dialog has focus.")]
[C1Category("動作")]
public:
event EventHandler^ HelpRequested
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members