ComponentOne Xamarin Edition
Completed Event (C1ComboBox)
C1.Xamarin.Forms.Input Assembly > C1.Xamarin.Forms.Input Namespace > C1ComboBox Class : Completed Event
Occurs when the SelectedDate or SelectedDates properties change.
Syntax
public event EventHandler<CompletedEventArgs> Completed
Event Data

The event handler receives an argument of type CompletedEventArgs containing data related to this event. The following CompletedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the value.  
See Also