Sdílet prostřednictvím


TableModel.RowLongPressed Metoda

Definice

Přetížení

RowLongPressed(Object)

Pro interní použití v Xamarinu. Forms platformu.

RowLongPressed(Int32, Int32)

Pro interní použití v Xamarinu. Forms platformu.

RowLongPressed(Object)

Pro interní použití v Xamarinu. Forms platformu.

public void RowLongPressed(object item);
member this.RowLongPressed : obj -> unit

Parametry

item
System.Object

Pro interní použití v Xamarinu. Forms platformu.

Platí pro

RowLongPressed(Int32, Int32)

Pro interní použití v Xamarinu. Forms platformu.

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

Parametry

section
System.Int32

Pro interní použití v Xamarinu. Forms platformu.

row
System.Int32

Pro interní použití v Xamarinu. Forms platformu.

Implementuje

Platí pro