CatalogsDataSet.CatalogChangeEvent Constructor
Initializes a new instance of the CatalogsDataSet..::.CatalogChangeEvent class.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub New ( _
row As CatalogsDataSet..::.Catalog, _
action As DataRowAction _
)
'Usage
Dim row As CatalogsDataSet..::.Catalog
Dim action As DataRowAction
Dim instance As New CatalogsDataSet..::.CatalogChangeEvent(row, action)
public CatalogChangeEvent(
CatalogsDataSet..::.Catalog row,
DataRowAction action
)
public:
CatalogChangeEvent(
CatalogsDataSet..::.Catalog^ row,
DataRowAction action
)
public function CatalogsDataSet..::.CatalogChangeEvent(
row : CatalogsDataSet..::.Catalog,
action : DataRowAction
)
Parameters
- row
Type: Microsoft.CommerceServer.Catalog..::.CatalogsDataSet..::.Catalog
Gets the row upon which an action has occurred.
- action
Type: System.Data..::.DataRowAction
Gets the action that has occurred on a CatalogsDataSet.
Remarks
The CatalogsDataSet..::.CatalogChangeEventHandler event handler receives an argument of type CatalogsDataSet..::.CatalogChangeEvent 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
CatalogsDataSet..::.CatalogChangeEvent Class