NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimePicker FormatQuery Event

[To be supplied.]

The following declaration shows the syntax for a method that handles the FormatQuery event.

[Visual Basic]
Private Sub DateTimePickerName_FormatQuery( _
   ByVal sender As Object, _
   ByVal e As DateTimeFormatQueryEventArgs _
)
[C#]
private void DateTimePickerName_FormatQuery(
   object sender,
   DateTimeFormatQueryEventArgs e
);
[C++]
private: void DateTimePickerName_FormatQuery(
   Object* sender,
   DateTimeFormatQueryEventArgs* e
);
[JScript]
private DateTimePickerName_FormatQuery(
   sender : Object,
   e : DateTimeFormatQueryEventArgs
);

Parameters

sender
The source of the event.
e
A DateTimeFormatQueryEventArgs that contains the event data.

See Also

DateTimePicker Class | DateTimePicker MembersTopic | System.WinForms Namespace