Click or drag to resize

MechanicalUnitDataEventHandler Delegate

Represents the method that will handle the DataChanged event of a MechanicalUnit.

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

Parameters

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