SaaS CMS has officially launched! Learn more now.

Class ProjectActivityCreatedEventArgs

Event argument used for ActivityCreated

Inheritance
System.Object
System.EventArgs
ProjectActivityCreatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class ProjectActivityCreatedEventArgs : ProjectActivityEventArgs

Constructors

ProjectActivityCreatedEventArgs(Activity, IEnumerable<Int32>)

Creates a new instance of ProjectActivityCreatedEventArgs

Declaration
public ProjectActivityCreatedEventArgs(Activity activity, IEnumerable<int> projectIds)
Parameters
Type Name Description
Activity activity

The created activity.

System.Collections.Generic.IEnumerable<System.Int32> projectIds

All associated projects

Extension Methods