C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / SelectionChanged Event


SelectionChanged Event (C1Calendar)
Occurs when the SelectedDate or SelectedDates properties change.
Syntax
'Declaration
 
Public Event SelectionChanged As EventHandler(Of CalendarSelectionChangedEventArgs)
 
'Usage
 
Dim instance As C1Calendar
Dim handler As EventHandler(Of CalendarSelectionChangedEventArgs)
 
AddHandler instance.SelectionChanged, handler
Event Data

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

PropertyDescription
Gets the selected dates.  
See Also