Click or drag to resize
RapidSynchronizationEventHandler Delegate
Represents the method that will handle the RapidSynchronized event.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public delegate void RapidSynchronizationEventHandler(
	Object sender,
	RapidSynchronizationEventArgs args
)

Parameters

sender
Type: SystemObject
args
Type: ABB.Robotics.RobotStudio.StationsRapidSynchronizationEventArgs
Version Information

Supported in: 1.0.0.0
See Also