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