Class
BeforeProjectLoadArgs

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class BeforeProjectLoadArgs : EventArgs

Inheritance: objectEventArgsBeforeProjectLoadArgs

Inherited Members EventArgs.Empty

Constructors

BeforeProjectLoadArgs(Project)

Declaration

cs-api-definition
public BeforeProjectLoadArgs(Project project)

Parameters

project

Project

BeforeProjectLoadArgs(Project, bool, string)

Declaration

cs-api-definition
public BeforeProjectLoadArgs(Project project, bool succesful, string error)

Parameters

project

Project

succesful

bool

error

string

Properties

Error

Declaration

cs-api-definition
public string Error { get; }

Property Value

string

LoadSuccessful

Declaration

cs-api-definition
public bool LoadSuccessful { get; }

Property Value

bool

Project

Declaration

cs-api-definition
public Project Project { get; }

Property Value

Project