ListView.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) |
Xamarin. Forms platformu tarafından dahili kullanım için. |
| NotifyRowTapped(Int32, Int32, Cell) |
Xamarin. Forms platformu tarafından dahili kullanım için. |
| NotifyRowTapped(Int32, Cell, Boolean) | |
| NotifyRowTapped(Int32, Int32, Cell, Boolean) |
NotifyRowTapped(Int32, Cell)
Xamarin. Forms platformu tarafından dahili kullanım için.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell = default);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell -> unit
override this.NotifyRowTapped : int * Xamarin.Forms.Cell -> unit
Parametreler
- index
- Int32
Xamarin. Forms platformu tarafından dahili kullanım için.
- cell
- Cell
Xamarin. Forms platformu tarafından dahili kullanım için.
Uygulamalar
- Öznitelikler
Şunlara uygulanır
NotifyRowTapped(Int32, Int32, Cell)
Xamarin. Forms platformu tarafından dahili kullanım için.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void NotifyRowTapped (int groupIndex, int inGroupIndex, Xamarin.Forms.Cell cell = default);
abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell -> unit
override this.NotifyRowTapped : int * int * Xamarin.Forms.Cell -> unit
Parametreler
- groupIndex
- Int32
Xamarin. Forms platformu tarafından dahili kullanım için.
- inGroupIndex
- Int32
Xamarin. Forms platformu tarafından dahili kullanım için.
- cell
- Cell
Uygulamalar
- Öznitelikler
Şunlara uygulanır
NotifyRowTapped(Int32, Cell, Boolean)
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell, bool isContextmenuRequested);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell * bool -> unit
override this.NotifyRowTapped : int * Xamarin.Forms.Cell * bool -> unit
Parametreler
- index
- Int32
- cell
- Cell
- isContextmenuRequested
- Boolean
Uygulamalar
- Öznitelikler
Şunlara uygulanır
NotifyRowTapped(Int32, Int32, Cell, Boolean)
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void NotifyRowTapped (int groupIndex, int inGroupIndex, Xamarin.Forms.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell * bool -> unit
override this.NotifyRowTapped : int * int * Xamarin.Forms.Cell * bool -> unit
Parametreler
- groupIndex
- Int32
- inGroupIndex
- Int32
- cell
- Cell
- isContextMenuRequested
- Boolean
Uygulamalar
- Öznitelikler