UIPickerViewModel.Selected(UIPickerView, IntPtr, IntPtr) Method

Definition

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

[Foundation.Export("pickerView:didSelectRow:inComponent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Selected(UIKit.UIPickerView pickerView, IntPtr row, IntPtr component);
[<Foundation.Export("pickerView:didSelectRow:inComponent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Selected : UIKit.UIPickerView * nativeint * nativeint -> unit
override this.Selected : UIKit.UIPickerView * nativeint * nativeint -> unit

Parameters

pickerView
UIPickerView
row
IntPtr

nativeint

component
IntPtr

nativeint

Implements

Attributes

Applies to