CalendarSelectionChangedCallback typedef
CalendarSelectionChangedCallback =
void Function(CalendarSelectionDetails calendarSelectionDetails)
Signature for callback that reports that a calendar view selection changed on view.
The selection changed date and resource details when the selection changed action performed on element available in the CalendarSelectionDetails.
Used bySfCalendar.onSelectionChanged.
See also:
- SfCalendar.onSelectionChanged, which matches this signature.
- SfCalendar, which uses this signature in one of it's callback.
Implementation
typedef CalendarSelectionChangedCallback = void Function(
CalendarSelectionDetails calendarSelectionDetails);