Event | +--DateTimeWmKeyDownEventpublic class DateTimeWmKeyDownEvent
The DateTimeWmKeyDownEvent is fired when the user presses a key in a custom field.
Fields
Name | Description |
---|---|
format | Format string associated with the DateTimePicker. |
time | Time that the DateTimePicker should be set to. |
virtualKey | Keycode of the key that was pressed. |
Constructors
Name | Description |
---|---|
DateTimeWmKeyDownEvent(int virtualKey, String format, long time) | Topic under construction. |
Topic under construction.