Share via


CatalogSetsDataSet.CatalogSetChangeEvent Constructor

Initializes a new instance of the CatalogSetsDataSet..::.CatalogSetChangeEvent class.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub New ( _
    row As CatalogSetsDataSet..::.CatalogSet, _
    action As DataRowAction _
)
'Usage
Dim row As CatalogSetsDataSet..::.CatalogSet
Dim action As DataRowAction

Dim instance As New CatalogSetsDataSet..::.CatalogSetChangeEvent(row, action)
public CatalogSetChangeEvent(
    CatalogSetsDataSet..::.CatalogSet row,
    DataRowAction action
)
public:
CatalogSetChangeEvent(
    CatalogSetsDataSet..::.CatalogSet^ row, 
    DataRowAction action
)
public function CatalogSetsDataSet..::.CatalogSetChangeEvent(
    row : CatalogSetsDataSet..::.CatalogSet, 
    action : DataRowAction
)

Parameters

Remarks

The CatalogSetsDataSet..::.CatalogSetChangeEventHandler event handler receives an argument of type CatalogSetsDataSet..::.CatalogSetChangeEvent containing data related to this event.

Permissions

See Also

Reference

CatalogSetsDataSet..::.CatalogSetChangeEvent Class

CatalogSetsDataSet..::.CatalogSetChangeEvent Members

Microsoft.CommerceServer.Catalog Namespace