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!

Format.OnFormat

[To be supplied.]

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

Parameters

e
[To be supplied.]

See Also

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