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