IListViewController.NotifyRowTapped Yöntem

Tanım

Aşırı Yüklemeler

NotifyRowTapped(Int32, Cell)

Platform işleyicileri tarafından iç kullanım için.

NotifyRowTapped(Int32, Int32, Cell)

Platform işleyicileri tarafından iç kullanım için.

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

NotifyRowTapped(Int32, Cell)

Platform işleyicileri tarafından iç kullanım için.

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

Parametreler

index
System.Int32

Platform işleyicileri tarafından iç kullanım için.

cell
Cell

Platform işleyicileri tarafından iç kullanım için.

Şunlara uygulanır

NotifyRowTapped(Int32, Int32, Cell)

Platform işleyicileri tarafından 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
System.Int32

Platform işleyicileri tarafından iç kullanım için.

inGroupIndex
System.Int32

Platform işleyicileri tarafından iç kullanım için.

cell
Cell

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

Ş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
System.Int32
cell
Cell
isContextMenuRequested
System.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
System.Int32
inGroupIndex
System.Int32
cell
Cell
isContextMenuRequested
System.Boolean

Şunlara uygulanır