Class ActivityDeletedEventArgs
Event argument used for Activity
Inheritance
System.Object
ActivityDeletedEventArgs
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ActivityDeletedEventArgs : EventArgs
Constructors
ActivityDeletedEventArgs(Int64, IEnumerable<Uri>)
Creates a new instance of Activity
Declaration
public ActivityDeletedEventArgs(long activityId, IEnumerable<Uri> associations)
Parameters
Type | Name | Description |
---|---|---|
System. |
activityId | The id of the activity that was deleted. |
System. |
associations | The associations for the deleted item. |
Properties
ActivityID
The id of the deleted activity.
Declaration
public virtual long ActivityID { get; }
Property Value
Type | Description |
---|---|
System. |
Associations
All items associated with the activity.
Declaration
public IEnumerable<Uri> Associations { get; }
Property Value
Type | Description |
---|---|
System. |