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