Class ProjectActivityCreatedEventArgs
Event argument used for ActivityCreated
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ProjectActivityCreatedEventArgs : ProjectActivityEventArgsConstructors
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 | 
