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