EventContainerInvoiceUpdated Event |
[Missing <summary> documentation for "E:Atomia.Billing.Core.Sdk.Events.EventContainer.InvoiceUpdated"]
Namespace:
Atomia.Billing.Core.Sdk.Events
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public event OnInvoiceUpdate InvoiceUpdated
Public Event InvoiceUpdated As OnInvoiceUpdate
public:
event OnInvoiceUpdate^ InvoiceUpdated {
void add (OnInvoiceUpdate^ value);
void remove (OnInvoiceUpdate^ value);
}
member InvoiceUpdated : IEvent<OnInvoiceUpdate,
InvoiceUpdatedEventArgs>
Value
Type:
Atomia.Billing.Core.Sdk.Events.InvoicesOnInvoiceUpdateSee Also