UIPickerViewDelegate_Extensions.Selected メソッド

定義

ユーザーがコンポーネント内の行を選択したことを示します。

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

パラメーター

This
IUIPickerViewDelegate

この拡張メソッドが動作するインスタンス。

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

適用対象