Click or drag to resize
ReferencedProjectFileNotSameEventArgs Class
Provides data for the ReferencedProjectFileNotSame event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ABB.Robotics.RobotStudioReferencedProjectFileNotSameEventArgs

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

The ReferencedProjectFileNotSameEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value that indicates if the load (of the referencing project) should be canceled.
Public propertyContainingProjectType
Gets the type of the referenced project being loaded.
Public propertyFileName
Gets the name of the project file which is not the same as last time.
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