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