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