ListView.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 la plateforme Xamarin.Forms. |
NotifyRowTapped(Int32, Int32, Cell) |
Pour un usage interne par la plateforme Xamarin.Forms. |
NotifyRowTapped(Int32, Cell, Boolean) | |
NotifyRowTapped(Int32, Int32, Cell, Boolean) |
NotifyRowTapped(Int32, Cell)
Pour un usage interne par la plateforme Xamarin.Forms.
[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
Paramètres
- index
- System.Int32
Pour un usage interne par la plateforme Xamarin.Forms.
- cell
- Cell
Pour un usage interne par la plateforme Xamarin.Forms.
Implémente
- Attributs
-
System.ComponentModel.EditorBrowsableAttribute
S’applique à
NotifyRowTapped(Int32, Int32, Cell)
Pour un usage interne par la plateforme Xamarin.Forms.
[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
Paramètres
- groupIndex
- System.Int32
Pour un usage interne par la plateforme Xamarin.Forms.
- inGroupIndex
- System.Int32
Pour un usage interne par la plateforme Xamarin.Forms.
- cell
- Cell
Implémente
- Attributs
-
System.ComponentModel.EditorBrowsableAttribute
S’applique à
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
Paramètres
- index
- System.Int32
- cell
- Cell
- isContextmenuRequested
- System.Boolean
Implémente
- Attributs
-
System.ComponentModel.EditorBrowsableAttribute
S’applique à
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
Paramètres
- groupIndex
- System.Int32
- inGroupIndex
- System.Int32
- cell
- Cell
- isContextMenuRequested
- System.Boolean
Implémente
- Attributs
-
System.ComponentModel.EditorBrowsableAttribute