Assigns a delegate to the dateSelected event.
public void addOnDateSelected( 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 dateSelected event to that method in the Properties window. The dateSelected event occurs when user explicitly changes his or her selection.
See Also removeOnDateSelected