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