SaaS CMS has officially launched! Learn more now.

Class DeletedEntryEventArgs

A event argument for when an entry is deleted.

Inheritance
System.Object
System.EventArgs
DeletedEntryEventArgs
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 DeletedEntryEventArgs : EntryEventArgs

Constructors

DeletedEntryEventArgs(EntryChange)

Initializes a new instance of the DeletedEntryEventArgs class.

Declaration
public DeletedEntryEventArgs(EntryChange change)
Parameters
Type Name Description
EntryChange change

Describes a change made to an entry.

DeletedEntryEventArgs(Int32, Int32)

Initializes a new instance of the DeletedEntryEventArgs class.

Declaration
public DeletedEntryEventArgs(int entryId, int catalogId)
Parameters
Type Name Description
System.Int32 entryId

The entry id.

System.Int32 catalogId

The catalog id.

Properties

CatalogId

Gets the catalog id.

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

EntryId

Gets the entry id.

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