OnRowDeleted Method
Raises the OnRowDeleted event.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Protected Overrides Sub OnRowDeleted ( _
e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs
Me.OnRowDeleted(e)
protected override void OnRowDeleted(
DataRowChangeEventArgs e
)
protected:
virtual void OnRowDeleted(
DataRowChangeEventArgs^ e
) override
protected override function OnRowDeleted(
e : DataRowChangeEventArgs
)
Parameters
- e
Type: System.Data..::.DataRowChangeEventArgs
A DataRowChangeEventArgs that contains the event data.
Remarks
Handler for the OnRowDeleted event. Raising an event invokes the event handler through a delegate. For more information, see Raising an 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
PaymentMethodDataSet..::.PaymentMethodDataTable Class