System.Windows.Forms.ComboBox: Event Members

The events of System.Windows.Forms.ComboBox are listed below. For a list of all members, see the ComboBox Members list.

See Also: Inherited members from System.Windows.Forms.ListControl

Public Events

BackgroundImageChanged

Occurs when the value of the ComboBox.BackgroundImage property changes.

BackgroundImageLayoutChanged

Occurs when the ComboBox.BackgroundImageLayout property changes.

DoubleClick

This event is not relevant for this class.

DrawItem

Occurs when a visual aspect of an owner-drawn System.Windows.Forms.ComboBox changes.

DropDown

Occurs when the drop-down portion of a System.Windows.Forms.ComboBox is shown.

DropDownClosed

Occurs when the drop-down portion of the System.Windows.Forms.ComboBox is no longer visible.

DropDownStyleChanged

Occurs when the ComboBox.DropDownStyle property has changed.

MeasureItem

Occurs each time an owner-drawn System.Windows.Forms.ComboBox item needs to be drawn and when the sizes of the list items are determined.

PaddingChanged

This event is not relevant to this class.

Paint

Occurs when the System.Windows.Forms.ComboBox control is redrawn.

SelectedIndexChanged

Occurs when the ComboBox.SelectedIndex property has changed.

SelectionChangeCommitted

Occurs when the selected item has changed and that change is displayed in the System.Windows.Forms.ComboBox.

TextUpdate

Occurs when the control has formatted the text, but before the text is displayed.