ListView.NotifyRowTapped Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
NotifyRowTapped(Int32, Cell) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
NotifyRowTapped(Int32, Int32, Cell) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
NotifyRowTapped(Int32, Cell, Boolean) | |
NotifyRowTapped(Int32, Int32, Cell, Boolean) |
NotifyRowTapped(Int32, Cell)
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
[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
Parametry
- index
- System.Int32
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
- cell
- Cell
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
Implementuje
- Atrybuty
-
System.ComponentModel.EditorBrowsableAttribute
Dotyczy
NotifyRowTapped(Int32, Int32, Cell)
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
[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
Parametry
- groupIndex
- System.Int32
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
- inGroupIndex
- System.Int32
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
- cell
- Cell
Implementuje
- Atrybuty
-
System.ComponentModel.EditorBrowsableAttribute
Dotyczy
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
Parametry
- index
- System.Int32
- cell
- Cell
- isContextmenuRequested
- System.Boolean
Implementuje
- Atrybuty
-
System.ComponentModel.EditorBrowsableAttribute
Dotyczy
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
Parametry
- groupIndex
- System.Int32
- inGroupIndex
- System.Int32
- cell
- Cell
- isContextMenuRequested
- System.Boolean
Implementuje
- Atrybuty
-
System.ComponentModel.EditorBrowsableAttribute