Click or drag to resize

ActiveMechanicalUnitEventHandler Delegate

Represents the method that will handle the ActiveMechanicalUnitChanged event of a MotionSystem.

Namespace:  ABB.Robotics.Controllers.MotionDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public delegate void ActiveMechanicalUnitEventHandler(
	Object sender,
	ActiveMechanicalUnitEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: ABB.Robotics.Controllers.MotionDomainActiveMechanicalUnitEventArgs
See Also