UITableViewDelegate.WillDeselectRow(UITableView, NSIndexPath) 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.
Appelé avant la désélection d’une ligne.
[Foundation.Export("tableView:willDeselectRowAtIndexPath:")]
public virtual Foundation.NSIndexPath WillDeselectRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member WillDeselectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.WillDeselectRow : UIKit.UITableView * Foundation.NSIndexPath -> Foundation.NSIndexPath
Paramètres
- tableView
- UITableView
Table impliquée.
- indexPath
- NSIndexPath
Chemin d’accès d’index de la ligne sur le point d’être désélectation.
Retours
Si null
la valeur est , la ligne n’est pas désélecchée. Si une valeur autre que indexPath
demande la désélections d’une autre ligne.
- Attributs