Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Eventing Namespace / InventoryDestockedEventArgs Class / InventoryDestockedEventArgs Constructor
Product that is destocked
ProductVariant that is destocked or null if main Product is destocked
Quantity that is destocked
In This Topic
    InventoryDestockedEventArgs Constructor
    In This Topic
    Initializes a new instance of the InventoryDestockedEventArgs class
    Syntax
    public InventoryDestockedEventArgs( 
       Product product,
       ProductVariant variant,
       int quantity
    )

    Parameters

    product
    Product that is destocked
    variant
    ProductVariant that is destocked or null if main Product is destocked
    quantity
    Quantity that is destocked
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also