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