Invoice definition events

Invoice definition events are fired when something is about to happen with an invoice definition, or when something has happened with an invoice definition. These events have an active InvoiceDefinition object and Application object. Other objects may also be active.

Note: All events are sent by FireEvent. The grouping described here is simply a way to list the events in a logical way. To find out whether an object is active when an event is fired, do one of these:

In addition to these events, you can fire your own events using the FireEvent method.

The available Invoice definition events are:

InvoiceDefinitionApproved

InvoiceDefinitionChanged

InvoiceDefinitionDeleted

InvoiceDefinitionEdit

InvoiceDefinitionWriteToDB

UpdateInvoiceDefinitions

Related topics

Invoice events

Invoice profile events

Event reference (lists the categories)