Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Eventing Namespace / OrderShippedPartialEventArgs Class / OrderShippedPartialEventArgs Constructor
The order that has been partially shipped
The number of unshipped items
In This Topic
    OrderShippedPartialEventArgs Constructor
    In This Topic
    Initializes a new instance of the OrderShippedPartialEventArgs class
    Syntax
    public OrderShippedPartialEventArgs( 
       Order order,
       int unshippedItemsCount
    )

    Parameters

    order
    The order that has been partially shipped
    unshippedItemsCount
    The number of unshipped items
    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