RegionCodeDataSet.CountryCodesRowChangeEvent Constructor
Initializes a new instance of the RegionCodeDataSet..::.CountryCodesRowChangeEvent class.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub New ( _
row As RegionCodeDataSet..::.CountryCodesRow, _
action As DataRowAction _
)
'Usage
Dim row As RegionCodeDataSet..::.CountryCodesRow
Dim action As DataRowAction
Dim instance As New RegionCodeDataSet..::.CountryCodesRowChangeEvent(row, action)
public CountryCodesRowChangeEvent(
RegionCodeDataSet..::.CountryCodesRow row,
DataRowAction action
)
public:
CountryCodesRowChangeEvent(
RegionCodeDataSet..::.CountryCodesRow^ row,
DataRowAction action
)
public function RegionCodeDataSet..::.CountryCodesRowChangeEvent(
row : RegionCodeDataSet..::.CountryCodesRow,
action : DataRowAction
)
Parameters
- row
Type: Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.CountryCodesRow
The RegionCodeDataSet..::.CountryCodesRow that was changed.
- action
Type: System.Data..::.DataRowAction
The action that has occurred on a RegionCodeDataSet..::.CountryCodesRow.
Remarks
The CountryCodesRowChangeEvent event occurs when an action is performed on a DataRow.
A CountryCodesRowChangeEvent is returned as part of the OnRowChanged, OnRowChanging, OnRowDeleted, OnRowDeleting methods to indicate that action 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
RegionCodeDataSet..::.CountryCodesRowChangeEvent Class