IListViewController.NotifyRowTapped Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NotifyRowTapped(Int32, Cell) |
Pour un usage interne par les renderers de plateforme. |
NotifyRowTapped(Int32, Int32, Cell) |
Pour un usage interne par les renderers de plateforme. |
NotifyRowTapped(Int32, Cell, Boolean) | |
NotifyRowTapped(Int32, Int32, Cell, Boolean) |
NotifyRowTapped(Int32, Cell)
Pour un usage interne par les renderers de plateforme.
public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell -> unit
Paramètres
- index
- System.Int32
Pour un usage interne par les renderers de plateforme.
- cell
- Cell
Pour un usage interne par les renderers de plateforme.
S’applique à
NotifyRowTapped(Int32, Int32, Cell)
Pour un usage interne par les renderers de plateforme.
public void NotifyRowTapped (int index, int inGroupIndex, Xamarin.Forms.Cell cell);
abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell -> unit
Paramètres
- index
- System.Int32
Pour un usage interne par les renderers de plateforme.
- inGroupIndex
- System.Int32
Pour un usage interne par les renderers de plateforme.
- cell
- Cell
Pour un usage interne par la plateforme Xamarin.Forms.
S’applique à
NotifyRowTapped(Int32, Cell, Boolean)
public void NotifyRowTapped (int index, Xamarin.Forms.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * Xamarin.Forms.Cell * bool -> unit
Paramètres
- index
- System.Int32
- cell
- Cell
- isContextMenuRequested
- System.Boolean
S’applique à
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
Paramètres
- index
- System.Int32
- inGroupIndex
- System.Int32
- cell
- Cell
- isContextMenuRequested
- System.Boolean