Assigns a delegate to the dateRange event.
public void addOnDateChanged( DateRangeEventHandler value )
value
The DateRangeEventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the dateRange event to that method in the Properties window. The dateRange event occurs when the currently selected date or range of dates changes. This occurs, for example, when the user explicitly changes a selection within the current month or when a selection is implicitly changed in response to next/previous month navigation.
See Also removeOnDateChanged