Android.Views.MotionEvent.Action Property
Return the kind of action being performed.

Syntax

[get: Android.Runtime.Register("getAction", "()I", "GetGetActionHandler")]
[set: Android.Runtime.Register("setAction", "(I)V", "GetSetAction_IHandler")]
public MotionEventActions Action { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the kind of action being performed. Consider using MotionEvent.ActionMasked and MotionEvent.ActionIndex to retrieve the separate masked action and pointer index.

Set method documentation [Android Documentation]

Sets this event's action.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1