Assigns a delegate to the closeUp event.
public final void addOnCloseUp( 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 closeUp event to that method in the Properties window. The closeUp event occurs when the drop-down calendar closes. (The drop-down calendar closes automatically after the user selects a date.)
See Also removeOnCloseUp