ComponentOne Xamarin.iOS
SelectionChanging Event (C1Calendar)


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : SelectionChanging Event
Occurs before the selection changed.
Syntax
'Declaration
 
Public Event SelectionChanging As EventHandler(Of CalendarSelectionChangingEventArgs)
'Usage
 
Dim instance As C1Calendar
Dim handler As EventHandler(Of CalendarSelectionChangingEventArgs)
 
AddHandler instance.SelectionChanging, handler
public event EventHandler<CalendarSelectionChangingEventArgs> SelectionChanging
Event Data

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.

PropertyDescription
Gets the list of selected dates.  
See Also