UIPickerViewModel.Selected(UIPickerView, nint, nint) Method

Definition

Indicates that the item at the specified row has been selected.

[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

Parameters

pickerView
UIPickerView
row
System.System.IntPtr System.nativeint
component
System.System.IntPtr System.nativeint
Attributes

Applies to