DateTimeFormatQueryEvent Class

Methods | Fields | This Package | All Packages

Provides data for the formatQuery event of the DateTimePicker control.

Event
  |
  +--DateTimeFormatQueryEvent

package com.ms.wfc.ui

public class DateTimeFormatQueryEvent
extends
Event****

Remarks

The formatQuery event occurs when the DateTimePicker control needs to determine the maximum dimensions of the string that would be displayed for a specified date and time value. A DateTimeFormatQueryEvent 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 .