Gallery.OnShowPress(MotionEvent) メソッド

定義

注意事項

deprecated

ユーザーがダウン MotionEvent を実行しており、まだ移動または上に移動を実行していません。

[Android.Runtime.Register("onShowPress", "(Landroid/view/MotionEvent;)V", "GetOnShowPress_Landroid_view_MotionEvent_Handler")]
[System.Obsolete("deprecated")]
public virtual void OnShowPress(Android.Views.MotionEvent? e);
[<Android.Runtime.Register("onShowPress", "(Landroid/view/MotionEvent;)V", "GetOnShowPress_Landroid_view_MotionEvent_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member OnShowPress : Android.Views.MotionEvent -> unit
override this.OnShowPress : Android.Views.MotionEvent -> unit

パラメーター

e
MotionEvent

ダウン モーション イベント

実装

属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象