Overview | Methods | This Package | All Packages
Assigns a delegate to the dateRange event.
Syntax
public void addOnDateChanged( DateRangeEventHandler value )
Parameters
value
The DateRangeEventHandler delegate to be notified when the event occurs.
Remarks
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