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