Click or drag to resize
ProjectFileEventHandler Delegate
Represents the method that will handle the BeforeLoadProjectFile event.

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

Parameters

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

Supported in: 1.0.0.0
See Also