IListViewController.NotifyRowTapped Yöntem

Tanım

Aşırı Yüklemeler

NotifyRowTapped(Int32, Cell)

Platform oluşturuculara göre iç kullanım için.

NotifyRowTapped(Int32, Int32, Cell)

Platform oluşturuculara göre iç kullanım için.

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

NotifyRowTapped(Int32, Cell)

Platform oluşturuculara göre iç kullanım için.

public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell -> unit

Parametreler

index
Int32

Platform oluşturuculara göre iç kullanım için.

cell
Cell

Platform oluşturuculara göre iç kullanım için.

Şunlara uygulanır

NotifyRowTapped(Int32, Int32, Cell)

Platform oluşturuculara göre iç kullanım için.

public void NotifyRowTapped (int index, int inGroupIndex, Xamarin.Forms.Cell cell);
abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell -> unit

Parametreler

index
Int32

Platform oluşturuculara göre iç kullanım için.

inGroupIndex
Int32

Platform oluşturuculara göre iç kullanım için.

cell
Cell

Xamarin. Forms platformu tarafından dahili kullanım için.

Şunlara uygulanır

NotifyRowTapped(Int32, Cell, Boolean)

public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell * bool -> unit

Parametreler

index
Int32
cell
Cell
isContextMenuRequested
Boolean

Şunlara uygulanır

NotifyRowTapped(Int32, Int32, Cell, Boolean)

public void NotifyRowTapped (int index, int inGroupIndex, Xamarin.Forms.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell * bool -> unit

Parametreler

index
Int32
inGroupIndex
Int32
cell
Cell
isContextMenuRequested
Boolean

Şunlara uygulanır