World is now on Opti ID! Learn more

Class CatalogLogDto.CatalogLogRowChangeEvent

Row event argument class

Inheritance
System.Object
CatalogLogDto.CatalogLogRowChangeEvent
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class CatalogLogRowChangeEvent : EventArgs

Constructors

CatalogLogRowChangeEvent(CatalogLogDto.CatalogLogRow, DataRowAction)

Declaration
public CatalogLogRowChangeEvent(CatalogLogDto.CatalogLogRow row, DataRowAction action)
Parameters
Type Name Description
CatalogLogDto.CatalogLogRow row
System.Data.DataRowAction action

Properties

Action

Declaration
public DataRowAction Action { get; }
Property Value
Type Description
System.Data.DataRowAction

Row

Declaration
public CatalogLogDto.CatalogLogRow Row { get; }
Property Value
Type Description
CatalogLogDto.CatalogLogRow