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 CatalogSystemEventArgs

Inheritance
System.Object
CatalogSystemEventArgs
Inherited Members
Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public abstract class CatalogSystemEventArgs : FrameworkEventArgs

Constructors

CatalogSystemEventArgs(String)

Initializes a new instance of the CatalogSystemEventArgs class.

Declaration
public CatalogSystemEventArgs(string eventName)
Parameters
Type Name Description
System.String eventName

Name of the event.

Fields

DeletedEventName

Declaration
public const string DeletedEventName = "deleted"
Field Value
Type Description
System.String

UpdatedEventName

Declaration
public const string UpdatedEventName = "updated"
Field Value
Type Description
System.String

UpdatedLanguageEventName

Declaration
public const string UpdatedLanguageEventName = "languageupdated"
Field Value
Type Description
System.String

UpdatingEventName

Declaration
public const string UpdatingEventName = "updating"
Field Value
Type Description
System.String