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 ProjectActivityUpdatedEventArgs

Event argument used for ActivityUpdated

Inheritance
System.Object
System.EventArgs
ProjectActivityUpdatedEventArgs
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: 8.11.0
Syntax
public class ProjectActivityUpdatedEventArgs : ProjectActivityEventArgs

Constructors

ProjectActivityUpdatedEventArgs(Activity, IEnumerable<Int32>)

Creates a new instance of ProjectActivityUpdatedEventArgs

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

The updated activity.

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

All associated projects.

Extension Methods