次の方法で共有


ItemTappedEventArgs クラス

定義

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

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

コンストラクター

ItemTappedEventArgs(Object, Object, Int32)

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

プロパティ

Group

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

Item

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

ItemIndex

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

適用対象