London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class DeletedCatalogEventArgs

A event argument for when a catalog is deleted.

Inheritance
System.Object
System.EventArgs
DeletedCatalogEventArgs
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: 13.30.0
Syntax
public class DeletedCatalogEventArgs : CatalogEventArgs

Constructors

DeletedCatalogEventArgs(CatalogChange)

Initializes a new instance of the DeletedEntryEventArgs class.

Declaration
public DeletedCatalogEventArgs(CatalogChange change)
Parameters
Type Name Description
CatalogChange change

Describes a change made to a catalog.

DeletedCatalogEventArgs(Int32)

Initializes a new instance of the DeletedCatalogEventArgs class.

Declaration
public DeletedCatalogEventArgs(int catalogId)
Parameters
Type Name Description
System.Int32 catalogId

The catalog id.

Properties

CatalogId

Gets the catalog id.

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