New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI ComboBox Events
Updated over 6 months ago
The .NET MAUI ComboBox exposes the following events:
-
SelectionChangedevent is raised when item is selected. The SelectionChanged event handler receives two parameters:- The
senderwhich is the RadComboBox control. ComboBoxSelectionChangedEventArgsprovides the following properties:AddedItems: the items added to theSelectedItemsCollectionRemovedItems: the items removed from theSelectedItemsCollection
- The
-
Completed: Invoked when the completed button of the keyboard gets pressed. In WinUI and MacCatalyst its invoked when entered gets pressed.