ProjectsUnloadedEventArgs Class

Definition

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.

Applies to