xtd 0.2.0
Loading...
Searching...
No Matches

◆ date_range_event_handler

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.

Parameters
senderThe source of the event.
eA date_range_event_args that contains the event data.
Header
#include <xtd/forms/date_range_event_handlef>
Namespace
xtd::forms
Library
xtd.forms
Remarks
When you create a date_range_event_args delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate.