A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class ProjectEventArgs

Class to pass event arguments from Project events.

Inheritance
System.Object
ProjectEventArgs
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
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

Extension Methods