DateTimeWmKeyDownEvent Class

Methods | Fields | This Package | All Packages

Provides data for the wmKeyDown event of the DateTimePicker control.

Event
  |
  +--DateTimeWmKeyDownEvent

package com.ms.wfc.ui

public class DateTimeWmKeyDownEvent
extends
Event****

Remarks

The wmKeyDown event occurs when the user presses a key in a custom field. A DateTimeWmKeyDownEvent specifies which key was pressed to trigger the event, which custom date and time format the DateTimePicker control is using, and what time to set the DateTimePicker control to.

For information about the WFC event model, see .