Assigns a delegate to the valueChanged event.
public final void addOnValueChanged( EventHandler value )
value
The EventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the valueChanged event to that method in the Properties window. The valueChanged event occurs when the value in the DateTimePicker control changes.
See Also removeOnValueChanged