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!

DateTimeFormatQueryEventArgs Class

The DateTimeFormatQueryEventArgs is fired when the DateTimePicker needs to determine the maxSize of text that will need to be displayed.

Object
   EventArgs
      DateTimeFormatQueryEventArgs

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

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

DateTimeFormatQueryEventArgs Members | System.WinForms Namespace