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!

FormatControl.FormatFormatChanged

If the Format object changes it's formatting, the FormatControl listens to this event to update it's formatting.

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

Parameters

sender
[To be supplied.]
e
[To be supplied.]

See Also

FormatControl Class | FormatControl Members | System.WinForms Namespace