onDateTimeChanged property

ValueChanged<Jalali> onDateTimeChanged
final

Callback called when the selected date and/or time changes. If the new selected Jalali is not valid, or is not in the minimumDate through maximumDate range, this callback will not be called.

Must not be null.

Implementation

final ValueChanged<Jalali> onDateTimeChanged;