Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
DateTimePicker.addOnCloseUp
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