Assigns a delegate to the wmKeyDown event.
public final void addOnWmKeyDown( DateTimeWmKeyDownEventHandler value )
value
The DateTimeWmKeyDownEventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the wmKeyDown event to that method in the Properties window. The wmKeyDown event occurs when the user presses a key in a custom format field.
See Also removeOnWmKeyDown