Take the community feedback survey now.

Class ProductUpdatedEventArgs

Event arguments for Catalog, Catalog node, Catalog entry changed events.

Inheritance
System.Object
System.EventArgs
ProductUpdatedEventArgs
Inherited Members
System.EventArgs.Empty
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: EPiServer.Business.Commerce
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
[Obsolete("Use Mediachase.Commerce.Catalog.Events.CatalogContentUpdateEventArgs instead. Will remain at least until November 2016.")]
public class ProductUpdatedEventArgs : CatalogContentUpdateEventArgs

Constructors

ProductUpdatedEventArgs()

Declaration
public ProductUpdatedEventArgs()

Properties

CatalogAssociationId

Gets or sets the catalog association id.

Declaration
[Obsolete("This property is obsolete; use property CatalogAssociationIds instead. Will remain at least until November 2016.")]
public int CatalogAssociationId { get; set; }
Property Value
Type Description
System.Int32

The catalog association id.

CatalogEntryId

Gets or sets the catalog entry dto Id.

Declaration
[Obsolete("This property is obsolete; use property CatalogEntryIds instead. Will remain at least until November 2016.")]
public int CatalogEntryId { get; set; }
Property Value
Type Description
System.Int32

The catalog entry dto Id.

CatalogId

Gets or sets the catalog dto Id.

Declaration
[Obsolete("This property is obsolete; use property CatalogIds instead. Will remain at least until November 2016.")]
public int CatalogId { get; set; }
Property Value
Type Description
System.Int32

The catalog dto Id.

CatalogNodeId

Gets or sets the catalog node dto Id.

Declaration
[Obsolete("This property is obsolete; use property CatalogNodeIds instead. Will remain at least until November 2016.")]
public int CatalogNodeId { get; set; }
Property Value
Type Description
System.Int32

The catalog node dto Id.