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