CatalogRelationshipsDataSet.CatalogRelationshipChangeEvent Constructor
Initializes a new instance of the CatalogRelationshipsDataSet..::.CatalogRelationshipChangeEvent class.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub New ( _
row As CatalogRelationshipsDataSet..::.CatalogRelationship, _
action As DataRowAction _
)
'Usage
Dim row As CatalogRelationshipsDataSet..::.CatalogRelationship
Dim action As DataRowAction
Dim instance As New CatalogRelationshipsDataSet..::.CatalogRelationshipChangeEvent(row, action)
public CatalogRelationshipChangeEvent(
CatalogRelationshipsDataSet..::.CatalogRelationship row,
DataRowAction action
)
public:
CatalogRelationshipChangeEvent(
CatalogRelationshipsDataSet..::.CatalogRelationship^ row,
DataRowAction action
)
public function CatalogRelationshipsDataSet..::.CatalogRelationshipChangeEvent(
row : CatalogRelationshipsDataSet..::.CatalogRelationship,
action : DataRowAction
)
Parameters
- row
Type: Microsoft.CommerceServer.Catalog..::.CatalogRelationshipsDataSet..::.CatalogRelationship
Gets the row upon which an action has occurred.
- action
Type: System.Data..::.DataRowAction
Gets the action that has occurred on a CatalogRelationshipsDataSet.
Remarks
A CatalogRelationshipsDataSet..::.CatalogRelationshipChangeEvent is returned as part of the OnRowChanged to indicate the action that was taken on a row to raise the 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
CatalogRelationshipsDataSet..::.CatalogRelationshipChangeEvent Class
CatalogRelationshipsDataSet..::.CatalogRelationshipChangeEvent Members