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