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