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 EntryEventArgs

Implements operations for the entry event arguments.

Inheritance
System.Object
EntryEventArgs
Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
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.