ProjectsLoadedEventArgs Class

Definition

Event data for the project loaded event.

public ref class ProjectsLoadedEventArgs sealed : EventArgs
[System.Runtime.Serialization.DataContract]
public sealed class ProjectsLoadedEventArgs : EventArgs
[<System.Runtime.Serialization.DataContract>]
type ProjectsLoadedEventArgs = class
    inherit EventArgs
Public NotInheritable Class ProjectsLoadedEventArgs
Inherits EventArgs
Inheritance
ProjectsLoadedEventArgs
Attributes

Constructors

ProjectsLoadedEventArgs(IReadOnlyList<Guid>)

Initializes a new instance of the ProjectsLoadedEventArgs class.

Properties

ProjectIds

Gets unique identifier of the loaded projects.

Applies to