using xtd::forms::date_range_event_handler = typedef delegate<void(object& sender, const date_range_event_args& e)> |
Represents the method that will handle the xtd::forms::month_calendar::date_changed and xtd::forms::month_calendar::date_selected events of the xtd::forms::month_calendar class.
sender | The source of the event. |
e | A date_range_event_args that contains the event data. |