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

    Parameters

    product
    Product that is restocked
    variant
    ProductVariant that is restocked or null if main Product is restocked
    quantity
    Quantity that is restocked
    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