UIPickerViewModel.Selected(UIPickerView, nint, nint) 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 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