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