IListViewController.NotifyRowTapped Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.