| C1.Xamarin.Forms.Calendar Assembly > C1.Xamarin.Forms.Calendar Namespace > C1Calendar Class : SelectionChanging Event |
public event EventHandler<CalendarSelectionChangingEventArgs> SelectionChanging
The event handler receives an argument of type CalendarSelectionChangingEventArgs containing data related to this event. The following CalendarSelectionChangingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| SelectedDates | Gets the list of selected dates. |