TappedEventArgs クラス

定義

ItemTapped イベントの引数。

public ref class TappedEventArgs : EventArgs
public class TappedEventArgs : EventArgs
type TappedEventArgs = class
    inherit EventArgs
Public Class TappedEventArgs
Inherits EventArgs
継承
TappedEventArgs

コンストラクター

TappedEventArgs(Object)

指定されたパラメーターを使用して、新しい TappedEventArgs オブジェクトを作成します。

プロパティ

Buttons

ItemTapped イベントの引数。

Parameter

この TappedEventArgs オブジェクトのパラメーター オブジェクトを取得します。

メソッド

GetPosition(Element)

ItemTapped イベントの引数。

適用対象