ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / CheckBoxClick Event

In This Topic
    CheckBoxClick Event
    In This Topic
    Occurs after changing the state of the verification check box.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1TaskDialog.CheckBoxClick", "Occurs after changing the state of the verification check box.")>
    Public Event CheckBoxClick As EventHandler
    [C1Category("Behavior")]
    [C1Description("C1TaskDialog.CheckBoxClick", "Occurs after changing the state of the verification check box.")]
    public event EventHandler CheckBoxClick
    See Also