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