Compartilhar via


ListView.NotifyRowTapped Método

Definição

Sobrecargas

NotifyRowTapped(Int32, Cell)

Para uso interno pela plataforma do Xamarin.Forms.

NotifyRowTapped(Int32, Int32, Cell)

Para uso interno pela plataforma do Xamarin.Forms.

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

NotifyRowTapped(Int32, Cell)

Para uso interno pela plataforma do 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

Parâmetros

index
System.Int32

Para uso interno pela plataforma do Xamarin.Forms.

cell
Cell

Para uso interno pela plataforma do Xamarin.Forms.

Implementações

Atributos
System.ComponentModel.EditorBrowsableAttribute

Aplica-se a

NotifyRowTapped(Int32, Int32, Cell)

Para uso interno pela plataforma do 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

Parâmetros

groupIndex
System.Int32

Para uso interno pela plataforma do Xamarin.Forms.

inGroupIndex
System.Int32

Para uso interno pela plataforma do Xamarin.Forms.

cell
Cell

Implementações

Atributos
System.ComponentModel.EditorBrowsableAttribute

Aplica-se a

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

Parâmetros

index
System.Int32
cell
Cell
isContextmenuRequested
System.Boolean

Implementações

Atributos
System.ComponentModel.EditorBrowsableAttribute

Aplica-se a

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

Parâmetros

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

Implementações

Atributos
System.ComponentModel.EditorBrowsableAttribute

Aplica-se a