Sdílet prostřednictvím


TableModel.RowSelected Metoda

Definice

Přetížení

RowSelected(Object)

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

RowSelected(Int32, Int32)

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

RowSelected(Object)

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

public void RowSelected(object item);
abstract member RowSelected : obj -> unit
override this.RowSelected : obj -> unit

Parametry

item
System.Object

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

Implementuje

Platí pro

RowSelected(Int32, Int32)

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

public void RowSelected(int section, int row);
abstract member RowSelected : int * int -> unit
override this.RowSelected : 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