Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Eventing Namespace / RecurringPaymentAuthorizationFailedHandler Delegate
The object that raised the event
Event arguments for this event
In This Topic
    RecurringPaymentAuthorizationFailedHandler Delegate
    In This Topic
    Delegate corresponding to the event handler that handles RecurringPaymentAuthorizationFailed event
    Syntax
    public delegate void RecurringPaymentAuthorizationFailedHandler( 
       object o,
       RecurringPaymentAuthorizationFailedEventArgs e
    )

    Parameters

    o
    The object that raised the event
    e
    Event arguments for this event
    See Also