UIControlEvents class sealed
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- UIControlEventAllEditingEvents → const int
- UIControlEventAllEvents → const int
- UIControlEventAllTouchEvents → const int
- UIControlEventApplicationReserved → const int
- UIControlEventEditingChanged → const int
- UIControlEventEditingDidBegin → const int
- UIControlEventEditingDidEnd → const int
- UIControlEventEditingDidEndOnExit → const int
- UIControlEventMenuActionTriggered → const int
- UIControlEventPrimaryActionTriggered → const int
- UIControlEventSystemReserved → const int
- UIControlEventTouchCancel → const int
- UIControlEventTouchDown → const int
- UIControlEventTouchDownRepeat → const int
- UIControlEventTouchDragEnter → const int
- UIControlEventTouchDragExit → const int
- UIControlEventTouchDragInside → const int
- UIControlEventTouchDragOutside → const int
- UIControlEventTouchUpInside → const int
- UIControlEventTouchUpOutside → const int
- UIControlEventValueChanged → const int