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