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

[To be supplied.]

[Visual Basic]
Public Sub RemoveOnFormat( _
   ByVal handler As FormatEventHandler _
)
[C#]
public void RemoveOnFormat(
   FormatEventHandler handler
);
[C++]
public: void RemoveOnFormat(
   FormatEventHandler* handler
);
[JScript]
public function RemoveOnFormat(
   handler : FormatEventHandler
);

Parameters

handler
[To be supplied.]

See Also

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