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