Freigeben über


IListViewController.NotifyRowTapped Methode

Definition

Überlädt

NotifyRowTapped(Int32, Cell)

Für die interne Verwendung durch Plattformrenderer.

NotifyRowTapped(Int32, Int32, Cell)

Für die interne Verwendung durch Plattformrenderer.

NotifyRowTapped(Int32, Cell, Boolean)
NotifyRowTapped(Int32, Int32, Cell, Boolean)

NotifyRowTapped(Int32, Cell)

Für die interne Verwendung durch Plattformrenderer.

public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell -> unit

Parameter

index
System.Int32

Für die interne Verwendung durch Plattformrenderer.

cell
Cell

Für die interne Verwendung durch Plattformrenderer.

Gilt für:

NotifyRowTapped(Int32, Int32, Cell)

Für die interne Verwendung durch Plattformrenderer.

public void NotifyRowTapped (int index, int inGroupIndex, Xamarin.Forms.Cell cell);
abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell -> unit

Parameter

index
System.Int32

Für die interne Verwendung durch Plattformrenderer.

inGroupIndex
System.Int32

Für die interne Verwendung durch Plattformrenderer.

cell
Cell

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Gilt für:

NotifyRowTapped(Int32, Cell, Boolean)

public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell * bool -> unit

Parameter

index
System.Int32
cell
Cell
isContextMenuRequested
System.Boolean

Gilt für:

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

Parameter

index
System.Int32
inGroupIndex
System.Int32
cell
Cell
isContextMenuRequested
System.Boolean

Gilt für: