ISPWManagedToolAddin Members
Include Protected Members
Include Inherited Members
Provides the add-in handlers that control the add-in tool lifetime events.
The ISPWManagedToolAddin type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnToolActivate | Called when the user has navigated to the tool in the workspace. | |
OnToolBeforeUnload | Called when the user has closed the workspace or the window containing the tool. | |
OnToolDeactivate | Called when the user has navigated to another tool in the workspace or when the user has closed the workspace or window containing the tool. | |
OnToolStart | Called the first time the user navigates to the tool after opening the workspace or when the user opens the tool in its own window. |
Top