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