Click or drag to resize

ITpsViewActivation Interface

TpsView activation interface. Methods are called when the TpsView becomes active/inactive.

Namespace:  ABB.Robotics.Tps.Taf
Assembly:  ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax
C#
public interface ITpsViewActivation

The ITpsViewActivation type exposes the following members.

Methods
  NameDescription
Public methodActivate
This method is called when the TpsView is becomes active
Public methodDeactivate
This method is called when the TpsView is becomes inactive
Top
See Also