Click or drag to resize

PPChangedEventHandler Delegate

The delegate that will handle the ProgramPointerChanged event or the MotionPointerChanged event of a Task.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public delegate void PPChangedEventHandler(
	Object sender,
	PPChangedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: ABB.Robotics.Controllers.RapidDomainPPChangedEventArgs
Examples
See the example ProgramPointerChanged
See Also