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 OnRowChanged event.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.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
The CatalogItemsDataSet..::.CatalogItemsDataTable that contains the event data.
Remarks
Fired when a row in the CatalogItemsDataSet..::.CatalogItemsDataTable is changed. 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
CatalogItemsDataSet..::.CatalogItemsDataTable Class