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