Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the RowChanged event.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Protected Overrides Sub OnRowChanged ( _
e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs
Me.OnRowChanged(e)
protected override void OnRowChanged(
DataRowChangeEventArgs e
)
protected:
virtual void OnRowChanged(
DataRowChangeEventArgs^ e
) override
protected override function OnRowChanged(
e : DataRowChangeEventArgs
)
Parameters
- e
Type: System.Data..::.DataRowChangeEventArgs
A DataColumnChangeEventArgs that contains the event data.
Remarks
Handler for the RowChanged 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
RegionCodeDataSet..::.CountryCodesDataTable Class