UIPickerViewDelegate.Selected(UIPickerView, nint, nint) Method

Definition

Indicates that the user has selected a row in the component.

[Foundation.Export("pickerView:didSelectRow:inComponent:")]
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