1using System.ComponentModel;
13 [TypeConverter(typeof(ReferenceTypeConverter))]
19 Picker.SelectedIndexChanged += this.Picker_SelectedIndexChanged;
20 base.OnAttachedTo(Picker);
26 Picker.SelectedIndexChanged -= this.Picker_SelectedIndexChanged;
27 base.OnDetachingFrom(Picker);
30 private void Picker_SelectedIndexChanged(
object? Sender, EventArgs e)
Used for moving focus to the next UI component when a button has been clicked.
static void FocusOn(View Element)
Sets focus on an element.
Used for moving focus to the next UI component when an item has been selected.
View? SetFocusTo
The view to move focus to.
override void OnAttachedTo(Picker Picker)
override void OnDetachingFrom(Picker Picker)