Share via


ProjectsLoadProgressEventArgs Class

Definition

Event data for project load status.

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

Constructors

ProjectsLoadProgressEventArgs(String, Int32, Int32)

Initializes a new instance of the ProjectsLoadProgressEventArgs class.

Properties

CurrentProjectDisplayName

Gets the name of the project that is loading.

ProjectsLoaded

Gets number of projects that have loaded so far.

TotalProjects

Gets total number of projects to load.

Applies to