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