Click or drag to resize
SelectionEventHandler Delegate
Represents a method that will handle the ObjectAdded and ObjectRemoved events.

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

Parameters

sender
Type: SystemObject
e
Type: ABB.Robotics.RobotStudioSelectionEventArgs
Version Information

Supported in: 1.0.0.0
See Also