EventContainerInvoiceSending Event |
[Missing <summary> documentation for "E:Atomia.Billing.Core.Sdk.Events.EventContainer.InvoiceSending"]
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 OnSendInvoice InvoiceSending
Public Event InvoiceSending As OnSendInvoice
public:
event OnSendInvoice^ InvoiceSending {
void add (OnSendInvoice^ value);
void remove (OnSendInvoice^ value);
}
member InvoiceSending : IEvent<OnSendInvoice,
SendInvoiceEventArgs>
Value
Type:
Atomia.Billing.Core.Sdk.Events.InvoicesOnSendInvoiceSee Also