Shuts down the UI plugin.
[Visual Basic .NET] |
---|
Public Sub OnShutdown() |
[C#] |
---|
public void OnShutdown(); |
[Managed C++] |
---|
public: void OnShutdown(); |
[Unmanaged C++] |
---|
public: HRESULT OnShutdown(); |
[Java] |
---|
public void onShutdown(); |
OnShutdown method is called by the hosting environment before deactivating the plugin. The method is called when the hosting environment is terminating or when the User Interface plugin is being deactivated.