Bagikan melalui


OnRowChanging Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Raises the OnRowChanging event.

Namespace:  Microsoft.CommerceServer.Catalog
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

Remarks

Fired when a row in the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable is changing. Raising an event invokes the event handler through an event handler.

Permissions

See Also

Reference

CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable Class

CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable Members

Microsoft.CommerceServer.Catalog Namespace