Click or drag to resize

SignalChangedEventHandler Delegate

Represents the method that will handle the Changed event of a Signal.

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public delegate void SignalChangedEventHandler(
	Object sender,
	SignalChangedEventArgs e
)

Parameters

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