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