OperationErrorDeleting Event
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Occurs when the OperationErrors is being deleted from the OperationErrorsDataSet.OperationErrorsDataTable.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Event OperationErrorDeleting As OperationErrorsDataSet..::.OperationErrorChangeEventHandler
'Usage
Dim instance As OperationErrorsDataSet..::.OperationErrorsDataTable
Dim handler As OperationErrorsDataSet..::.OperationErrorChangeEventHandler
AddHandler instance.OperationErrorDeleting, handler
public event OperationErrorsDataSet..::.OperationErrorChangeEventHandler OperationErrorDeleting
public:
event OperationErrorsDataSet..::.OperationErrorChangeEventHandler^ OperationErrorDeleting {
void add (OperationErrorsDataSet..::.OperationErrorChangeEventHandler^ value);
void remove (OperationErrorsDataSet..::.OperationErrorChangeEventHandler^ value);
}
JScript does not support events.
Remarks
This is the event handler that receives an argument 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..::.OperationErrorsDataTable Class