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!

DateTimeFormat.OnFormat

[To be supplied.]

[Visual Basic]
Overrides Protected Sub OnFormat( _
   ByVal e As FormatEventArgs _
)
[C#]
protected override void OnFormat(
   FormatEventArgs e
);
[C++]
protected: override void OnFormat(
   FormatEventArgs* e
);
[JScript]
protected override function OnFormat(
   e : FormatEventArgs
);

Parameters

e
[To be supplied.]

See Also

DateTimeFormat Class | DateTimeFormat Members | System.WinForms.ComponentModel Namespace