Class CatalogRelationDto.CatalogItemAssetRowChangeEvent
Row event argument class
Inheritance
System.Object
CatalogRelationDto.CatalogItemAssetRowChangeEvent
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class CatalogItemAssetRowChangeEvent : EventArgs
Constructors
CatalogItemAssetRowChangeEvent(CatalogRelationDto.CatalogItemAssetRow, DataRowAction)
Declaration
public CatalogItemAssetRowChangeEvent(CatalogRelationDto.CatalogItemAssetRow row, DataRowAction action)
Parameters
Type | Name | Description |
---|---|---|
CatalogRelationDto.CatalogItemAssetRow | row | |
System.Data.DataRowAction | action |
Properties
Action
Declaration
public DataRowAction Action { get; }
Property Value
Type | Description |
---|---|
System.Data.DataRowAction |
Row
Declaration
public CatalogRelationDto.CatalogItemAssetRow Row { get; }
Property Value
Type | Description |
---|---|
CatalogRelationDto.CatalogItemAssetRow |