UIKit.UIControl: Event Members

The events of UIKit.UIControl are listed below. For a list of all members, see the UIControl Members list.

See Also: Inherited members from UIKit.UIView

Public Events

AllEditingEventsRaised on any editing events produced.
AllEventsRaised for any event produced.
AllTouchEventsRaised for any touch event produced.
EditingChangedThe component changed.
EditingDidBeginRaised when editing has started.
EditingDidEndRaised when editing ended.
EditingDidEndOnExitRaised on didEndOnexit
TouchCancelThe touch event has been canceled.
TouchDownRaised when the user touches the control.
TouchDownRepeatRaised when the user double taps the control.
TouchDragEnterRaised on TouchDragEnter events.
TouchDragExitRaised on TouchDragExit events.
TouchDragInsideRaised oN TouchDragInside events.
TouchDragOutsideRaised on TouchDragOutside events.
TouchUpInsideRaised on TouchUpInside events.
TouchUpOutsideRaised on TouchUpOutside events.
ValueChangedThe value has changed.