Skip to content
Marvin E edited this page Jan 6, 2023 · 4 revisions

DateSelectionChanged

This is raised when the SelectedDates collection is changed or modified. It uses DateSelectionChangedEventArgs which allows you to access the PreviousSelection and CurrentSelection.

DaysUpdating

Raised at the start of the 'UpdateDays' method.

DaysUpdated

Raised at the end of the 'UpdateDays' method.