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

[To be supplied.]

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

Parameters

e
[To be supplied.]

See Also

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