TableModel.RowLongPressed Method

Definition

Overloads

RowLongPressed(Object)

For internal use by the Microsoft.Maui.Controls platform.

RowLongPressed(Int32, Int32)

For internal use by the Microsoft.Maui.Controls platform.

RowLongPressed(Object)

For internal use by the Microsoft.Maui.Controls platform.

public:
 void RowLongPressed(System::Object ^ item);
public void RowLongPressed (object item);
member this.RowLongPressed : obj -> unit
Public Sub RowLongPressed (item As Object)

Parameters

item
Object

For internal use by the Microsoft.Maui.Controls platform.

Applies to

RowLongPressed(Int32, Int32)

For internal use by the Microsoft.Maui.Controls platform.

public:
 virtual void RowLongPressed(int section, int row);
public void RowLongPressed (int section, int row);
abstract member RowLongPressed : int * int -> unit
override this.RowLongPressed : int * int -> unit
Public Sub RowLongPressed (section As Integer, row As Integer)

Parameters

section
Int32

For internal use by the Microsoft.Maui.Controls platform.

row
Int32

For internal use by the Microsoft.Maui.Controls platform.

Implements

Applies to