BaseCommerceEvent Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Abstract base class from which all Commerce event classes derive.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public MustInherit Class BaseCommerceEvent
'Usage
Dim instance As BaseCommerceEvent
public abstract class BaseCommerceEvent
public ref class BaseCommerceEvent abstract
public abstract class BaseCommerceEvent
Remarks
The following classes derive from BaseCommerceEvent:
AddItemToBasketEvent - Occurs whenever items are added to the shopping basket (derived from BasketEvent).
BasketEvent - base functionality for all the basket related events.
SubmitOrderEvent - Occurs whenever orders are submitted for processing.
RemoveItemFromBasketEvent - Occurs whenever items are removed from the shopping basket (derived from BasketEvent).
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.BaseCommerceEvent
Microsoft.CommerceServer.Runtime..::.BasketEvent
Microsoft.CommerceServer.Runtime..::.SubmitOrderEvent
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.