[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Calendar.CalendarSelectionChangingEventArgs

CalendarSelectionChangingEventArgs Class

Event data for C1Calendar.SelectionChanging event.

Inheritance
CalendarSelectionChangingEventArgs
Namespace: C1.Xamarin.Forms.Calendar
Assembly: C1.Xamarin.Forms.Calendar.dll
Syntax
public class CalendarSelectionChangingEventArgs : EventArgs

Constructors

Name Description
CalendarSelectionChangingEventArgs(List<DateTime>)

Initializes a new instance of the CalendarSelectionChangingEventArgs class.

Properties

Name Description
SelectedDates

Gets the list of selected dates.

See Also