Click or drag to resize
ReferencedProjectFileNotFoundEventArgs Class
Provides data for the ReferencedProjectFileNotFound event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ABB.Robotics.RobotStudioReferencedProjectFileNotFoundEventArgs

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public class ReferencedProjectFileNotFoundEventArgs : EventArgs

The ReferencedProjectFileNotFoundEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodReferencedProjectFileNotFoundEventArgs
Initializes a new ReferencedProjectFileNotFoundEventArgs object.
Top
Properties
  NameDescription
Public propertyCancel
Gets or sets a value that indicates if the load (of the referencing project) should be canceled.
Public propertyCompletionTask
Gets or sets a Task that completes when an asynchronous event handler is finished.
Public propertyContainingProjectType
Gets the type of the project that references the missing file, e.g. the project being loaded.
Public propertyFileName
Gets the name of the project file that could not be found.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0.0.0
See Also