CleanUp()
CleanUp()
Definition
Unregisters LinkControls (IInstrumentProvider) and calls Cleanup() on ICleanable controls on the NTTabPage. Override this to, e.g., unsubscribe from events or perform any other cleanup operations when the tab is closed.
When overriding Cleanup(), it is strongly recommended when you call base.Cleanup() which ensures any link controls are also unregistered. The base implementation will also handle cleaning up any controls which implement ICleanable: AccountSelector, AtmStrategySelector, InstrumentSelector, IntervalSelector, TifSelector.
Method Return Value
This method does not return a value.
Syntax
public override void Cleanup()
Parameters
This method does not accept any parameters.

