ListView.NotifyRowTapped Method

Definition

Overloads

NotifyRowTapped(Int32, Cell)

For internal use by the Xamarin.Forms platform.

NotifyRowTapped(Int32, Int32, Cell)

For internal use by the Xamarin.Forms platform.

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

NotifyRowTapped(Int32, Cell)

For internal use by the Xamarin.Forms platform.

[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

Parameters

index
Int32

For internal use by the Xamarin.Forms platform.

cell
Cell

For internal use by the Xamarin.Forms platform.

Implements

Attributes

Applies to

NotifyRowTapped(Int32, Int32, Cell)

For internal use by the Xamarin.Forms platform.

[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

Parameters

groupIndex
Int32

For internal use by the Xamarin.Forms platform.

inGroupIndex
Int32

For internal use by the Xamarin.Forms platform.

cell
Cell

Implements

Attributes

Applies to

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

Parameters

index
Int32
cell
Cell
isContextmenuRequested
Boolean

Implements

Attributes

Applies to

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

Parameters

groupIndex
Int32
inGroupIndex
Int32
cell
Cell
isContextMenuRequested
Boolean

Implements

Attributes

Applies to