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 DeletedRelationEventArgs

A event argument for when a relation is deleted.

Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public abstract class DeletedRelationEventArgs : RelationEventArgs

Constructors

DeletedRelationEventArgs()

Declaration
protected DeletedRelationEventArgs()

DeletedRelationEventArgs(NodeRelationChange, NodeEntryRelationChange, EntryRelationChange)

Initializes a new instance of the RelationEventArgs class.

Declaration
protected DeletedRelationEventArgs(NodeRelationChange nodeRelationChange, NodeEntryRelationChange nodeEntryRelationChange, EntryRelationChange entryRelationChange)
Parameters
Type Name Description
NodeRelationChange nodeRelationChange

Describes a change made to a node relation.

NodeEntryRelationChange nodeEntryRelationChange

Describes a change made to a node-entry relation.

EntryRelationChange entryRelationChange

Describes a change made to an entry relation.

Properties

CatalogId

Gets the catalog id.

Declaration
public int CatalogId { get; protected set; }
Property Value
Type Description
System.Int32