London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
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