Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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