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