ProjectsLoadedEventArgs 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 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. |