次の方法で共有


Gallery.OnLongPress(MotionEvent) メソッド

定義

注意事項

deprecated

長押しが発生し、そのトリガーがダウン MotionEvent したイニシャルが発生したときに通知されます。

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

パラメーター

e
MotionEvent

longpress を開始した最初のダウン モーション イベント。

実装

属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象