Assigns a delegate to the dropDown event.
public final void addOnDropDown( 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 dropDown event to that method in the Properties window. The dropDown event occurs when the drop-down calendar is displayed.
See Also removeOnDropDown