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