Class ActivityEventArgs
Base class for activity related event arguments.
Inheritance
System.Object
System.EventArgs
ActivityEventArgs
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 ActivityEventArgs : EventArgs
Constructors
ActivityEventArgs(Activity, IEnumerable<Uri>)
Creates a new instance of ActivityEventArgs
Declaration
protected ActivityEventArgs(Activity activity, IEnumerable<Uri> associations)
Parameters
Type | Name | Description |
---|---|---|
Activity | activity | The related activity. |
System.Collections.Generic.IEnumerable<System.Uri> | associations | All associated items |
Properties
Activity
The related activity.
Declaration
public virtual Activity Activity { get; }
Property Value
Type | Description |
---|---|
Activity |
Associations
All items associated with the activity.
Declaration
public IEnumerable<Uri> Associations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Uri> |