'Declaration <DescriptionAttribute("Raised when the value of the BackgroundImageStyle property is changed")> <CategoryAttribute("Property Changed")> Public Event BackgroundImageStyleChanged As EventHandler
'Usage Dim instance As VisualGridElementReportStyle 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