Freigeben über


ListView.NotifyRowTapped Methode

Definition

Überlädt

NotifyRowTapped(Int32, Cell)

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

NotifyRowTapped(Int32, Int32, Cell)

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

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

NotifyRowTapped(Int32, Cell)

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

[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

Parameter

index
System.Int32

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

cell
Cell

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

Implementiert

Attribute
System.ComponentModel.EditorBrowsableAttribute

Gilt für:

NotifyRowTapped(Int32, Int32, Cell)

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

[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

Parameter

groupIndex
System.Int32

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

inGroupIndex
System.Int32

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

cell
Cell

Implementiert

Attribute
System.ComponentModel.EditorBrowsableAttribute

Gilt für:

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

Parameter

index
System.Int32
cell
Cell
isContextmenuRequested
System.Boolean

Implementiert

Attribute
System.ComponentModel.EditorBrowsableAttribute

Gilt für:

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

Parameter

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

Implementiert

Attribute
System.ComponentModel.EditorBrowsableAttribute

Gilt für: