ItemTappedEventArgs クラス

定義

ItemTapped イベントのイベント引数。

public class ItemTappedEventArgs : EventArgs
type ItemTappedEventArgs = class
    inherit EventArgs
継承
ItemTappedEventArgs

コンストラクター

ItemTappedEventArgs(Object, Object)
互換性のために残されています。

タップされた指定の item と属している group に対する新しい ItemTappedEventArgs オブジェクトを作成します。

ItemTappedEventArgs(Object, Object, Int32)

ItemTapped イベントのイベント引数。

プロパティ

Group

タップされた項目が属する要素のコレクション。

Item

ユーザーがタップした視覚要素。

ItemIndex

ItemTapped イベントのイベント引数。

適用対象