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