Click or drag to resize
SectionChangedEventHandler Delegate
Represents the method that will handle the SectionChanged event.

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

Parameters

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

Supported in: 1.0.0.0
See Also