Click or drag to resize
ProjectFileLockedEventHandler Delegate
Represents the method that will handle the ProjectFileLocked event of the Project.

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

Parameters

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

Supported in: 1.0.0.0
See Also