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

Adds a new listener to the WmKeyDown event.

[Visual Basic]
Public Sub AddOnWmKeyDown( _
   ByVal handler As DateTimeWmKeyDownEventHandler _
)
[C#]
public void AddOnWmKeyDown(
   DateTimeWmKeyDownEventHandler handler
);
[C++]
public: void AddOnWmKeyDown(
   DateTimeWmKeyDownEventHandler* handler
);
[JScript]
public function AddOnWmKeyDown(
   handler : DateTimeWmKeyDownEventHandler
);

Parameters

handler
Delegate to call when event is fired.

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace