The Listbox type exposes the following members.

Events

  NameDescription
Public eventButtonPressed
Adds or removes callback methods for ButtonPressed events
(Inherited from Control.)
Public eventButtonReleased
Adds or removes callback methods for ButtonReleased events
(Inherited from Control.)
Public eventDoubleTap
Adds or removes callback methods for DoubleTap events
(Inherited from Control.)
Public eventGotFocus
Adds or removes callback methods for GotFocus events
(Inherited from Control.)
Public eventItemSelected
Public eventKeyboardAltKey
Adds or removes callback methods for KeyboardAltKey events
(Inherited from Control.)
Public eventKeyboardKey
Adds or removes callback methods for KeyboardKey events
(Inherited from Control.)
Public eventLostFocus
Adds or removes callback methods for LostFocus events
(Inherited from Control.)
Public eventSelectedIndexChanged
Public eventTap
Adds or removes callback methods for Tap events
(Inherited from Control.)
Public eventTapHold
Adds or removes callback methods for TapHold events
(Inherited from Control.)
Public eventTouchDown
Adds or removes callback methods for TouchDown events
(Inherited from Control.)
Public eventTouchGesture
Adds or removes callback methods for TouchGesture events
(Inherited from Control.)
Public eventTouchMove
Adds or removes callback methods for TouchMove events
(Inherited from Control.)
Public eventTouchUp
Adds or removes callback methods for TouchUp events
(Inherited from Control.)

See Also