Click or drag to resize

IncrementalModeEventHandler Delegate

Represents the method that will handle the IncrementalModeChanged 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 IncrementalModeEventHandler(
	Object sender,
	IncrementalModeEventArgs e
)

Parameters

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