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