Class SavingProjectEventArgs
Provides data for the Saving event
Namespace: ABB.Robotics.RobotStudio
Assembly: ABB.Robotics.RobotStudio.dll
Syntax
public class SavingProjectEventArgs : EventArgs
Properties
View SourceFileName
Gets the file name of the saving project.
Declaration
public string FileName { get; }
Property Value
| Type | Description |
|---|---|
| string | The file name of project currently beeing saved. |