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
- row
Type: Microsoft.CommerceServer.Catalog..::.CatalogSetsDataSet..::.CatalogSet
Gets the row upon which an action has occurred.
- action
Type: System.Data..::.DataRowAction
Gets the action that has occurred on a CatalogSetsDataSet.
Remarks
The CatalogSetsDataSet..::.CatalogSetChangeEventHandler event handler receives an argument of type CatalogSetsDataSet..::.CatalogSetChangeEvent containing data related to this event.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogSetsDataSet..::.CatalogSetChangeEvent Class