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