Click or drag to resize
ProjectVersionEventArgs Class
Provides data for the ProjectFileDifferentVersion event.
Inheritance Hierarchy

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

The ProjectVersionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel (Inherited from CancelEventArgs.)
Public propertyCompatible
Gets a value that indicates if the file format is compatible with the current version.
Public propertyFileName
Gets the name and path of the file being loaded.
Public propertyProjectType
Gets the type of project file being loaded, typically "Station" or "ComponentLibrary".
Public propertySaveVersion
Gets the application version (see Version) that was used to save the file.
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