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
| AllEditingEvents | Raised on any editing events produced. | |
| AllEvents | Raised for any event produced. | |
| AllTouchEvents | Raised for any touch event produced. | |
| EditingChanged | The component changed. | |
| EditingDidBegin | Raised when editing has started. | |
| EditingDidEnd | Raised when editing ended. | |
| EditingDidEndOnExit | Raised on didEndOnexit | |
| TouchCancel | The touch event has been canceled. | |
| TouchDown | Raised when the user touches the control. | |
| TouchDownRepeat | Raised when the user double taps the control. | |
| TouchDragEnter | Raised on TouchDragEnter events. | |
| TouchDragExit | Raised on TouchDragExit events. | |
| TouchDragInside | Raised oN TouchDragInside events. | |
| TouchDragOutside | Raised on TouchDragOutside events. | |
| TouchUpInside | Raised on TouchUpInside events. | |
| TouchUpOutside | Raised on TouchUpOutside events. | |
| ValueChanged | The value has changed. |