Called when the AddIn is being unloaded.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
protected virtual void OnUnload()
Visual Basic
Protected Overridable Sub OnUnload

Remarks

Override this method to perform any custom unloading.

See Also