ProjectsUnloadedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event data for the project unloaded event.
public ref class ProjectsUnloadedEventArgs sealed : EventArgs
[System.Runtime.Serialization.DataContract]
public sealed class ProjectsUnloadedEventArgs : EventArgs
[<System.Runtime.Serialization.DataContract>]
type ProjectsUnloadedEventArgs = class
inherit EventArgs
Public NotInheritable Class ProjectsUnloadedEventArgs
Inherits EventArgs
- Inheritance
-
ProjectsUnloadedEventArgs
- Attributes
Constructors
ProjectsUnloadedEventArgs(IReadOnlyList<Guid>) |
Initializes a new instance of the ProjectsUnloadedEventArgs class. |
Properties
ProjectIds |
Gets unique identifier of the loaded projects. |