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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Raises the OnRowChanging event.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Protected Overrides Sub OnRowChanging ( _
e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs
Me.OnRowChanging(e)
protected override void OnRowChanging(
DataRowChangeEventArgs e
)
protected:
virtual void OnRowChanging(
DataRowChangeEventArgs^ e
) override
protected override function OnRowChanging(
e : DataRowChangeEventArgs
)
Parameters
- e
Type: System.Data..::.DataRowChangeEventArgs
The InventoryCatalogsDataSet..::.InventoryCatalogsDataTable that contains the event data.
Remarks
Fired when a row in the InventoryCatalogsDataSet..::.InventoryCatalogsDataTable is changing. Raising an event invokes the event handler through an event handler.
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
InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Class
InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Members