ComponentOne Windows 7 Control Pack for WinForms
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
    [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