New to Telerik UI for .NET MAUIStart a free 30-day trial

.NET MAUI ComboBox Events

Updated over 6 months ago

The .NET MAUI ComboBox exposes the following events:

  • SelectionChanged event is raised when item is selected. The SelectionChanged event handler receives two parameters:

    • The sender which is the RadComboBox control.
    • ComboBoxSelectionChangedEventArgs provides the following properties:
      • AddedItems: the items added to the SelectedItemsCollection
      • RemovedItems: the items removed from the SelectedItemsCollection
  • Completed: Invoked when the completed button of the keyboard gets pressed. In WinUI and MacCatalyst its invoked when entered gets pressed.

See Also

In this article
See Also
Not finding the help you need?
Contact Support