SaaS CMS has officially launched! Learn more now.

Class CatalogSystemEventArgs

Inheritance
System.Object
System.EventArgs
CatalogSystemEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
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