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 Entry
Declaration
public EntryEventArgs(string eventName, IEnumerable<EntryChange> changes)
Parameters
Type | Name | Description |
---|---|---|
System. |
eventName | Name of the event. |
System. |
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. |
Remarks
This is only used in the Entry