Android.Views.MotionEvent.ButtonBack Field
Button constant: Back button pressed (mouse back button).

Value: 8

Syntax

[Android.Runtime.Register("BUTTON_BACK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventButtonState enum directly instead of this field.")]
public const MotionEventButtonState ButtonBack

See Also

MotionEvent.ButtonState

Remarks

Button constant: Back button pressed (mouse back button).

The system may send a KeyEvent.KEYCODE_BACK key press to the application when this button is pressed.

[Android Documentation]

Requirements

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