'Declaration <DescriptionAttribute("Raised when the value of the ImageArea property is changed.")> <CategoryAttribute("Property Changed")> <BrowsableAttribute(False)> Public Event ImageAreaChanged As EventHandler
'Usage Dim instance As CheckBoxViewer Dim handler As EventHandler AddHandler instance.ImageAreaChanged, handler
[Description("Raised when the value of the ImageArea property is changed.")] [Category("Property Changed")] [Browsable(false)] public event EventHandler ImageAreaChanged