GestureDetector.FlingEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for a managed callback event.
public class GestureDetector.FlingEventArgs : EventArgs
type GestureDetector.FlingEventArgs = class
inherit EventArgs
- Inheritance
-
GestureDetector.FlingEventArgs
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Constructors
| Name | Description |
|---|---|
| GestureDetector.FlingEventArgs(Boolean, MotionEvent, MotionEvent, Single, Single) |
Initializes the managed event data passed to the associated callback. |
Properties
| Name | Description |
|---|---|
| E1 |
Gets the first motion event in the fling gesture. |
| E2 |
Gets the motion event that ends the fling gesture. |
| Handled |
Gets or sets whether the callback result is handled. |
| VelocityX |
Gets the horizontal fling velocity in pixels per second. |
| VelocityY |
Gets the vertical fling velocity in pixels per second. |