Click or drag to resize

ProjectRenamedEventArgs Properties

The ProjectRenamedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyNewNameThe name of the project after renaming. Null if no name is yet attached.
(Inherited from ProjectEventArgs)
Public propertyOldName The name of the project before renaming. Null if the project
Public propertyProject Gets the project. When opening a new project, this property is null.
(Inherited from ProjectEventArgs)
Public propertyProjectEventKind Gets the kind of the project event.
(Inherited from ProjectEventArgs)
Top
See Also