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