Called as the application is shutting down.
| C# | Visual Basic | Visual C++ |
public virtual void UnloadPlugIn()
Public Overridable Sub UnloadPlugIn
public: virtual void UnloadPlugIn()
In most cases there is probably no need to do anything here, all controls etc created
will be disposed of implicitly. It would only be unmanaged references created explicitly
by the plugin that would need removal or cleanup.