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