ListView.NotifyRowTapped Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| NotifyRowTapped(Int32, Cell) |
Pro interní použití v Xamarinu. Forms platformu. |
| NotifyRowTapped(Int32, Int32, Cell) |
Pro interní použití v Xamarinu. Forms platformu. |
| NotifyRowTapped(Int32, Cell, Boolean) | |
| NotifyRowTapped(Int32, Int32, Cell, Boolean) |
NotifyRowTapped(Int32, Cell)
Pro interní použití v Xamarinu. Forms platformu.
[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
Pro interní použití v Xamarinu. Forms platformu.
- cell
- Cell
Pro interní použití v Xamarinu. Forms platformu.
Implementuje
- Atributy
-
System.ComponentModel.EditorBrowsableAttribute
Platí pro
NotifyRowTapped(Int32, Int32, Cell)
Pro interní použití v Xamarinu. Forms platformu.
[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
Pro interní použití v Xamarinu. Forms platformu.
- inGroupIndex
- System.Int32
Pro interní použití v Xamarinu. Forms platformu.
- cell
- Cell
Implementuje
- Atributy
-
System.ComponentModel.EditorBrowsableAttribute
Platí pro
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
- Atributy
-
System.ComponentModel.EditorBrowsableAttribute
Platí pro
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
- Atributy
-
System.ComponentModel.EditorBrowsableAttribute