Class ProjectEventArgs
Class to pass event arguments from Project events.
Inheritance
System.Object
ProjectEventArgs
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ProjectEventArgs : EventArgs
Constructors
ProjectEventArgs(Project)
Creates a new instance of ProjectEventArgs
Declaration
public ProjectEventArgs(Project project)
Parameters
Type | Name | Description |
---|---|---|
Project | project |
Properties
Project
The project that the event relates to
Declaration
public virtual Project Project { get; }
Property Value
Type | Description |
---|---|
Project |