Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Eventing Namespace / EventsManager Class / OrderPaidPartial Event
In This Topic
    OrderPaidPartial Event
    In This Topic
    The OrderPaidPartial event
    Syntax
    public event OrderPaidPartialHandler OrderPaidPartial
    Event Data

    The event handler receives an argument of type OrderPaidPartialEventArgs containing data related to this event. The following OrderPaidPartialEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the remaining balance  
    Gets the order on which the event occured (Inherited from CommerceBuilder.Eventing.OrderEventArgs)
    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