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