IListViewController.NotifyRowTapped メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
NotifyRowTapped(Int32, Cell) |
プラットフォーム レンダラーによる内部使用向け。 |
NotifyRowTapped(Int32, Int32, Cell) |
プラットフォーム レンダラーによる内部使用向け。 |
NotifyRowTapped(Int32, Cell, Boolean) | |
NotifyRowTapped(Int32, Int32, Cell, Boolean) |
NotifyRowTapped(Int32, Cell)
プラットフォーム レンダラーによる内部使用向け。
public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell -> unit
パラメーター
- index
- System.Int32
プラットフォーム レンダラーによる内部使用向け。
- cell
- Cell
プラットフォーム レンダラーによる内部使用向け。
適用対象
NotifyRowTapped(Int32, Int32, Cell)
プラットフォーム レンダラーによる内部使用向け。
public void NotifyRowTapped (int index, int inGroupIndex, Xamarin.Forms.Cell cell);
abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell -> unit
パラメーター
- index
- System.Int32
プラットフォーム レンダラーによる内部使用向け。
- inGroupIndex
- System.Int32
プラットフォーム レンダラーによる内部使用向け。
- cell
- Cell
Xamarin.Forms プラットフォームによる内部使用向け。
適用対象
NotifyRowTapped(Int32, Cell, Boolean)
public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell * bool -> unit
パラメーター
- index
- System.Int32
- cell
- Cell
- isContextMenuRequested
- System.Boolean
適用対象
NotifyRowTapped(Int32, Int32, Cell, Boolean)
public void NotifyRowTapped (int index, int inGroupIndex, Xamarin.Forms.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell * bool -> unit
パラメーター
- index
- System.Int32
- inGroupIndex
- System.Int32
- cell
- Cell
- isContextMenuRequested
- System.Boolean