Click or drag to resize

SDKViewWrapperUninstall Method

This method is fired when the control is uninstalled by the framework.

Namespace:  ABB.Robotics.Tps.SDK.Base
Assembly:  ABB.Robotics.Tps.SDK.Base (in ABB.Robotics.Tps.SDK.Base.dll) Version: 6.5.129.0
Syntax
C#
public void Uninstall()

Implements

ITacSetup.Uninstall
Remarks
This method notifies the SDK AppDomain that the customized application must be closed.
See Also