GestureDetector.LongPressEventArgs クラス

定義

マネージド コールバック イベントのデータを提供します。

public class GestureDetector.LongPressEventArgs : EventArgs
type GestureDetector.LongPressEventArgs = class
    inherit EventArgs
継承
GestureDetector.LongPressEventArgs

注釈

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

コンストラクター

名前 説明
GestureDetector.LongPressEventArgs(MotionEvent)

関連付けられたコールバックに渡されるマネージド イベント データを初期化します。

プロパティ

名前 説明
Event

このコールバックに指定されたモーション イベントを取得します。

適用対象