SaaS CMS has officially launched! Learn more now.

Class ProjectItemsEventArgs

Class to pass event arguments from ProjectItem events.

Inheritance
System.Object
ProjectItemsEventArgs
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class ProjectItemsEventArgs : EventArgs

Constructors

ProjectItemsEventArgs(IEnumerable<ProjectItem>)

Creates a new instance of ProjectItemsEventArgs

Declaration
public ProjectItemsEventArgs(IEnumerable<ProjectItem> projectItems)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ProjectItem> projectItems

Properties

ProjectItems

The project items the event relates to

Declaration
public virtual IEnumerable<ProjectItem> ProjectItems { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ProjectItem>

Extension Methods