Class ProjectActivityEventArgs
Base class for project related activity event arguments.
Inheritance
System.Object
System.EventArgs
ProjectActivityEventArgs
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.7Syntax
public abstract class ProjectActivityEventArgs : EventArgs
Constructors
ProjectActivityEventArgs(Activity, IEnumerable<Int32>)
Creates a new instance of ProjectActivityEventArgs
Declaration
protected ProjectActivityEventArgs(Activity activity, IEnumerable<int> projectIds)
Parameters
Type | Name | Description |
---|---|---|
Activity | activity | The related activity. |
System.Collections.Generic.IEnumerable<System.Int32> | projectIds | All associated projects |
Properties
Activity
The related activity.
Declaration
public virtual Activity Activity { get; }
Property Value
Type | Description |
---|---|
Activity |
ProjectIds
The id for all assoicated projects.
Declaration
public IEnumerable<int> ProjectIds { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Int32> |