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