OnRowDeleting Method
Raises the OnRowDeleting event.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Protected Overrides Sub OnRowDeleting ( _
e As DataRowChangeEventArgs _
)
'Usage
Dim e As DataRowChangeEventArgs
Me.OnRowDeleting(e)
protected override void OnRowDeleting(
DataRowChangeEventArgs e
)
protected:
virtual void OnRowDeleting(
DataRowChangeEventArgs^ e
) override
protected override function OnRowDeleting(
e : DataRowChangeEventArgs
)
Parameters
- e
Type: System.Data..::.DataRowChangeEventArgs
The CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable that contains the event data.
Remarks
Fired when a row in the CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable is being deleted. 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
CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable Class
CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable Members