The members of UIKit.UIEvent are listed below.
See Also: Inherited members from Foundation.NSObject
| UIEvent() | Default constructor that initializes a new instance of this class with no parameters. | 
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | 
| [read-only] | AllTouches | Foundation.NSSet. Returns all of the touches for the screen. | 
| [read-only] override  | ClassHandle | IntPtr. The handle for this class. | 
| [read-only] | Subtype | UIEventSubtype. Get the UIEventSubtype for this event. | 
| [read-only] | Timestamp | double. Timestamp for when the event was created. | 
| [read-only] | Type | UIEventType. Returns the UIEventType for this event. | 
| override  | ToString() Returns a string representation of the value of the current instance. | |
| TouchesForGestureRecognizer(UIGestureRecognizer) Retrieves the UIKit.UITouch events that are being delivered to the specified gesture recognizer. | ||
| TouchesForView(UIView) Fetches the UIKit.UITouch for the specified view from the UIEvent. | ||
| TouchesForWindow(UIWindow) Fetches the UIKit.UITouch for the specified window from the UIEvent. | ||