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