Click or drag to resize
weroSoft AG, Software
ClientPluginUnload Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
This method is called by the plug-in loader after the plug-in has been unloaded.

Namespace:  WeroSoft.ComponentModel.Client
Assembly:  WeroSoft.Client.Library (in WeroSoft.Client.Library.dll) Version: 3.0 Pre-Release
Syntax
Remarks
Note, that it is not possible to unload the assembly where the plug-in resides.
Remarks
Override this method to take control over saving the settings of the plug-in. The base implementation saves the settings if a valid name of the settings is defined.
See Also