Class CatalogSystemEventArgs
Inheritance
System.Object
CatalogSystemEventArgs
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
public abstract class CatalogSystemEventArgs : FrameworkEventArgs
Constructors
Declaration
public CatalogSystemEventArgs(string eventName)
Parameters
Type |
Name |
Description |
System.String |
eventName |
Name of the event.
|
Fields
Declaration
public const string DeletedEventName = "deleted"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string UpdatedEventName = "updated"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string UpdatedLanguageEventName = "languageupdated"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string UpdatingEventName = "updating"
Field Value
Type |
Description |
System.String |
|