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