Share via


IListViewController.NotifyRowTapped Method

Definition

Overloads

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

NotifyRowTapped(Int32, Cell)

public:
 void NotifyRowTapped(int index, Microsoft::Maui::Controls::Cell ^ cell);
public void NotifyRowTapped (int index, Microsoft.Maui.Controls.Cell cell);
abstract member NotifyRowTapped : int * Microsoft.Maui.Controls.Cell -> unit
Public Sub NotifyRowTapped (index As Integer, cell As Cell)

Parameters

index
Int32
cell
Cell

Applies to

NotifyRowTapped(Int32, Cell, Boolean)

public:
 void NotifyRowTapped(int index, Microsoft::Maui::Controls::Cell ^ cell, bool isContextMenuRequested);
public void NotifyRowTapped (int index, Microsoft.Maui.Controls.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * Microsoft.Maui.Controls.Cell * bool -> unit
Public Sub NotifyRowTapped (index As Integer, cell As Cell, isContextMenuRequested As Boolean)

Parameters

index
Int32
cell
Cell
isContextMenuRequested
Boolean

Applies to

NotifyRowTapped(Int32, Int32, Cell)

public:
 void NotifyRowTapped(int index, int inGroupIndex, Microsoft::Maui::Controls::Cell ^ cell);
public void NotifyRowTapped (int index, int inGroupIndex, Microsoft.Maui.Controls.Cell cell);
abstract member NotifyRowTapped : int * int * Microsoft.Maui.Controls.Cell -> unit
Public Sub NotifyRowTapped (index As Integer, inGroupIndex As Integer, cell As Cell)

Parameters

index
Int32
inGroupIndex
Int32
cell
Cell

Applies to

NotifyRowTapped(Int32, Int32, Cell, Boolean)

public:
 void NotifyRowTapped(int index, int inGroupIndex, Microsoft::Maui::Controls::Cell ^ cell, bool isContextMenuRequested);
public void NotifyRowTapped (int index, int inGroupIndex, Microsoft.Maui.Controls.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * int * Microsoft.Maui.Controls.Cell * bool -> unit
Public Sub NotifyRowTapped (index As Integer, inGroupIndex As Integer, cell As Cell, isContextMenuRequested As Boolean)

Parameters

index
Int32
inGroupIndex
Int32
cell
Cell
isContextMenuRequested
Boolean

Applies to