SaaS CMS has officially launched! Learn more now.

Class CatalogLanguageEventArgs

A event argument for catalog language configuration changes

Inheritance
System.Object
System.EventArgs
CatalogLanguageEventArgs
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 class CatalogLanguageEventArgs : CatalogEventArgs

Constructors

CatalogLanguageEventArgs(String, CatalogChange)

Initializes a new instance of the CatalogLanguageEventArgs class.

Declaration
public CatalogLanguageEventArgs(string eventName, CatalogChange change)
Parameters
Type Name Description
System.String eventName

Name of the event.

CatalogChange change

Describes what change is made to the catalog.

CatalogLanguageEventArgs(String, Int32)

Initializes a new instance of the CatalogLanguageEventArgs class.

Declaration
[Obsolete("Use an other constructor. Will remain at least until October 2018.")]
public CatalogLanguageEventArgs(string eventName, int catalogId)
Parameters
Type Name Description
System.String eventName

Name of the event.

System.Int32 catalogId

The catalog id.

Properties

CatalogId

Gets the catalog id.

Declaration
public int CatalogId { get; }
Property Value
Type Description
System.Int32