The IContainer type exposes the following members.

Events

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

See Also