Class EntryEventArgs
Implements operations for the entry event arguments.
Inheritance
System.Object
EntryEventArgs
Inherited Members
Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class EntryEventArgs : CatalogSystemEventArgs
Constructors
EntryEventArgs(String, IEnumerable<EntryChange>)
Initializes a new instance of the EntryEventArgs class.
Declaration
public EntryEventArgs(string eventName, IEnumerable<EntryChange> changes)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventName | Name of the event. |
System.Collections.Generic.IEnumerable<EntryChange> | changes | Describes what changes are made to catalog entries. |
Properties
Changes
Describes what changes are made to catalog entries.
Declaration
public IEnumerable<EntryChange> Changes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<EntryChange> |
Remarks
This is only used in the EntryUpdated event when the changes are commited. In the EntryUpdating event this collection will be empty.