UIPickerViewModel.Selected(UIPickerView, nint, nint) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Indica que o item na linha especificada foi selecionado.
[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
Parâmetros
- pickerView
- UIPickerView
- row
- System.System.IntPtr System.nativeint
- component
- System.System.IntPtr System.nativeint
- Atributos