ProjectEventArgs Class Members
In This Topic
The following tables list the members exposed by ProjectEventArgs.
Public Constructors
Public Properties
| | Name | Description |
 | AllowProjectModification |
Gets whether the project should allow event handlers to modify project and make project dirty
|
 | IsSaveAs |
Gets whether the project is saving in a saveAs scenario
|
 | IsSavingBackup |
Gets whether the project is saving a backup
|
 | Project |
Gets the project associated with the event that was fired
|
 | ProjectOpenMode |
Gets the enumeration associated with the event indicating how the project was opened
|
 | ProjectPath |
Gets the SaveAsPath
|
 | ProjectUrl |
The Url if it is portal project
|
Top
See Also