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.OnWmKeyDown

Occurs when the user presses a key in a custom format field.

[Visual Basic]
Overridable Protected Sub OnWmKeyDown( _
   ByVal dtevent As DateTimeWmKeyDownEventArgs _
)
[C#]
protected virtual void OnWmKeyDown(
   DateTimeWmKeyDownEventArgs dtevent
);
[C++]
protected: virtual void OnWmKeyDown(
   DateTimeWmKeyDownEventArgs* dtevent
);
[JScript]
protected function OnWmKeyDown(
   dtevent : DateTimeWmKeyDownEventArgs
);

Parameters

dtevent
Event data

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace | AddOnWmKeyDown | RemoveOnWmKeyDown | cor.comctl.DateTimeWmKeyDownEventArgs