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