An enumeration indicating various types of events.
Syntax
[ObjCRuntime.Native]
[System.Flags]
public enum UIControlEvent
Remarks
Members
| Member Name | Description |
|---|
| AllEditingEvents | All editing events for the UITextField. |
| AllEvents | All events |
| AllTouchEvents | All touch events. |
| ApplicationReserved | This mask describes the range of bytes available for application events. Any values within [0x01000000,0x0f000000] can be used as application specific events. |
| EditingChanged | UITextField event: the contents changed. |
| EditingDidBegin | UITextField event: editing started. |
| EditingDidEnd | UITextField event: editing finished. |
| EditingDidEndOnExit | UITextField event: editing ended. |
| SystemReserved | Mask of events reserved for system use. |
| TouchCancel | The system is cancelling the touch event. |
| TouchDown | Touch down event. |
| TouchDownRepeat | Repeated touch-down event. The UITouch.TapCount property will be greater than one. |
| TouchDragEnter | A dragging finger has entered the control. |
| TouchDragExit | A dragging finger has left the bounds of the control. |
| TouchDragInside | A finger is being dragged within the control. |
| TouchDragOutside | A finger is being dragged outside of the bounds of the control, but close to it. |
| TouchUpInside | Touch-up event within the control. |
| TouchUpOutside | Touch-up event outside the control. |
| ValueChanged | The value changed, emitted by various controls. |
Requirements
Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0