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