UIKit.UIEvent Members

The members of UIKit.UIEvent are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

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.

Public Properties

[read-only]
AllTouchesFoundation.NSSet. Returns all of the touches for the screen.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
SubtypeUIEventSubtype. Get the UIEventSubtype for this event.
[read-only]
Timestampdouble. Timestamp for when the event was created.
[read-only]
TypeUIEventType. Returns the UIEventType for this event.

Public Methods

override
ToString() : string
Returns a string representation of the value of the current instance.
TouchesForGestureRecognizer(UIGestureRecognizer) : Foundation.NSSet
Retrieves the UIKit.UITouch events that are being delivered to the specified gesture recognizer.
TouchesForView(UIView) : Foundation.NSSet
Fetches the UIKit.UITouch for the specified view from the UIEvent.
TouchesForWindow(UIWindow) : Foundation.NSSet
Fetches the UIKit.UITouch for the specified window from the UIEvent.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIEvent object.