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.
Occurs whenever items are removed from the shopping basket.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<CommerceEventAttribute("BSK")> _
Public Class RemoveItemFromBasketEvent _
Inherits BasketEvent
'Usage
Dim instance As RemoveItemFromBasketEvent
[CommerceEventAttribute("BSK")]
public class RemoveItemFromBasketEvent : BasketEvent
[CommerceEventAttribute(L"BSK")]
public ref class RemoveItemFromBasketEvent : public BasketEvent
public class RemoveItemFromBasketEvent extends BasketEvent
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.BaseCommerceEvent
Microsoft.CommerceServer.Runtime..::.BasketEvent
Microsoft.CommerceServer.Runtime..::.RemoveItemFromBasketEvent
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.