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