ComponentOne Windows 7 Control Pack for WinForms
CheckBoxClick Event



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : CheckBoxClick Event
Occurs after changing the state of the verification check box.
Syntax
<C1CategoryAttribute("動作")>
<C1DescriptionAttribute("Occurs after changing the state of the verification check box.")>
Public Event CheckBoxClick As EventHandler
Dim instance As C1TaskDialog
Dim handler As EventHandler
 
AddHandler instance.CheckBoxClick, handler
[C1Category("動作")]
[C1Description("Occurs after changing the state of the verification check box.")]
public event EventHandler CheckBoxClick
[C1Category("動作")]
[C1Description("Occurs after changing the state of the verification check box.")]
public:
event EventHandler^ CheckBoxClick
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members