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!

DateTimeWmKeyDownEventArgs Class

The DateTimeWmKeyDownEventArgs is fired when the user pressed a key in a custom field.

Object
   EventArgs
      DateTimeWmKeyDownEventArgs

[Visual Basic]
Public Class DateTimeWmKeyDownEventArgs
   Inherits EventArgs
[C#]
public class DateTimeWmKeyDownEventArgs : EventArgs
[C++]
public __gc class DateTimeWmKeyDownEventArgs : public EventArgs
[JScript]
public class DateTimeWmKeyDownEventArgs extends EventArgs

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

DateTimeWmKeyDownEventArgs Members | System.WinForms Namespace