Events
ComboBox for Xamarin exposes the following events:
-
SelectionChanged event is raised when item is selected. The SelectionChanged event handler receives two parameters:
- The
senderwhich is the RadComboBox control. - ComboBoxSelectionChangedEventArgs provides the following properties:
-
AddedItems: the items added to the SelectedItemsCollection -
RemovedItems: the items removed from the SelectedItemsCollection
-
- The
Completed: Invoked when the completed button of the keyboard gets pressed. In UWP it is invoked when entered gets pressed.