UIPickerViewDelegate_Extensions.Selected Method

Definition

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

public static void Selected (this UIKit.IUIPickerViewDelegate This, UIKit.UIPickerView pickerView, nint row, nint component);
static member Selected : UIKit.IUIPickerViewDelegate * UIKit.UIPickerView * nint * nint -> unit

Parameters

This
IUIPickerViewDelegate

The instance on which this extension method operates.

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

Applies to