UIPickerViewModel.Selected(UIPickerView, nint, nint) 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.
Indique que l’élément à la ligne spécifiée a été sélectionné.
[Foundation.Export("pickerView:didSelectRow:inComponent:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Selected (UIKit.UIPickerView pickerView, nint row, nint component);
abstract member Selected : UIKit.UIPickerView * nint * nint -> unit
override this.Selected : UIKit.UIPickerView * nint * nint -> unit
Paramètres
- pickerView
- UIPickerView
- row
- System.System.IntPtr System.nativeint
- component
- System.System.IntPtr System.nativeint
- Attributs