'Declaration <DescriptionAttribute("Raised when the value of the CheckState property is changed.")> <CategoryAttribute("Property Changed")> Public Event CheckStateChanged As EventHandler
'Usage Dim instance As WinCheckBox Dim handler As EventHandler AddHandler instance.CheckStateChanged, handler
[Description("Raised when the value of the CheckState property is changed.")] [Category("Property Changed")] public event EventHandler CheckStateChanged