Click or drag to resize
CollectionChangedEventHandler Delegate
Represents the method that will handle the Changed event for various collections.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public delegate void CollectionChangedEventHandler(
	Object sender,
	CollectionChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event
e
Type: ABB.Robotics.RobotStudioCollectionChangedEventArgs
A CollectionChangedEventArgs that contains the event data.
Version Information

Supported in: 1.0.0.0
See Also