![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Represents a simulated iOS UIEvent
used to ease the porting of UI code from iOS to Android. A UIEvent
holds information about user interaction. NOTE: Only a small percentage of the UIEvent
features have been ported to support the Action Components.
More...
Public Member Functions | |
UIEvent () | |
Initializes a new instance of the T:UIKit.UIEvent class. More... | |
UIEvent (MotionEvent motion) | |
Initializes a new instance of the T:UIKit.UIEvent class. More... | |
NSSet | TouchesForView (UIView view) |
Fetches the UITouch for the specified view from the UIEvent. More... | |
Properties | |
MotionEvent | Motion [get, set] |
Gets or sets the motion event that was the basis of the UIEvent . More... | |
Represents a simulated iOS UIEvent
used to ease the porting of UI code from iOS to Android. A UIEvent
holds information about user interaction. NOTE: Only a small percentage of the UIEvent
features have been ported to support the Action Components.
UIKit.UIEvent.UIEvent | ( | ) |
Initializes a new instance of the T:UIKit.UIEvent class.
UIKit.UIEvent.UIEvent | ( | MotionEvent | motion | ) |
Initializes a new instance of the T:UIKit.UIEvent class.
motion | Motion. |
|
getset |
Gets or sets the motion event that was the basis of the UIEvent
.
The motion.