DateRangePickerSelectionChangedCallback typedef
DateRangePickerSelectionChangedCallback =
void Function(DateRangePickerSelectionChangedArgs dateRangePickerSelectionChangedArgs)
Signature for callback that reports that a new dates or date ranges selected.
The dates or ranges that selected when the selection changes available in the DateRangePickerSelectionChangedArgs.
Used by SfDateRangePicker.onSelectionChanged and SfHijriDateRangePicker.onSelectionChanged.
See also:
- SfDateRangePicker.onSelectionChanged, which matches this signature.
- SfHijriDateRangePicker.onSelectionChanged, which matches this signature.
- SfDateRangePicker, which uses this signature in one of it's callback.
- SfHijriDateRangePicker, which uses this signature in one of it's callback.
Implementation
typedef DateRangePickerSelectionChangedCallback = void Function(
DateRangePickerSelectionChangedArgs dateRangePickerSelectionChangedArgs);