System.Windows.Forms.ListBox: Event Members

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

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

Public Events

BackgroundImageChanged

Occurs when the ListBox.BackgroundImage property of the label changes.

BackgroundImageLayoutChanged

Occurs when the ListBox.BackgroundImageLayout property changes.

Click

Occurs when the System.Windows.Forms.ListBox control is clicked.

DrawItem

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

MeasureItem

Occurs when an owner-drawn System.Windows.Forms.ListBox is created and the sizes of the list items are determined.

MouseClick

Occurs when the user clicks the System.Windows.Forms.ListBox control with the mouse pointer.

PaddingChanged

Occurs when the value of the ListBox.Padding property changes.

Paint

Occurs when the System.Windows.Forms.ListBox control is painted.

SelectedIndexChanged

Occurs when the ListBox.SelectedIndex property or the ListBox.SelectedIndices collection has changed.

TextChanged

Occurs when the ListBox.Text property is changed.