UIPickerViewDelegate_Extensions.Selected Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the user has selected a row in the component.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Selected(this UIKit.IUIPickerViewDelegate This, UIKit.UIPickerView pickerView, IntPtr row, IntPtr component);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Selected : UIKit.IUIPickerViewDelegate * UIKit.UIPickerView * nativeint * nativeint -> unit
Parameters
- pickerView
- UIPickerView
- row
-
IntPtr
nativeint
- component
-
IntPtr
nativeint
- Attributes