TableModel.RowLongPressed 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
RowLongPressed(Object) |
Pour un usage interne par la plateforme Xamarin.Forms. |
RowLongPressed(Int32, Int32) |
Pour un usage interne par la plateforme Xamarin.Forms. |
RowLongPressed(Object)
Pour un usage interne par la plateforme Xamarin.Forms.
public void RowLongPressed (object item);
member this.RowLongPressed : obj -> unit
Paramètres
- item
- System.Object
Pour un usage interne par la plateforme Xamarin.Forms.
S’applique à
RowLongPressed(Int32, Int32)
Pour un usage interne par la plateforme Xamarin.Forms.
public void RowLongPressed (int section, int row);
abstract member RowLongPressed : int * int -> unit
override this.RowLongPressed : int * int -> unit
Paramètres
- section
- System.Int32
Pour un usage interne par la plateforme Xamarin.Forms.
- row
- System.Int32
Pour un usage interne par la plateforme Xamarin.Forms.