UIKit.UIEvent: Method Members

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

See Also: Inherited members from Foundation.NSObject

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.