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!

ListBox.FormatFormatChanged

Called to notify the control that the Formatting object has changed.

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

Parameters

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

See Also

ListBox Class | ListBox Members | System.WinForms Namespace