A collection of EventFilter objects.
By default, the UI API gets every event triggered by the SAP Business One application. Most of these events may not be useful to your add-on and handling all of them can hurt performance.
This object lets you filter the events your add-on receives and also specify the forms to which these filtered events apply.
For each event type you want to filter, create an event filter and add it to an EventFilters collection. Specify the collection in the Application.SetFilter method.
Use the EventFilter.AddEx of each event filter to specify form types on which the event type applies.
| Filtering Events (Visual Basic) | Copy Code | |
|---|---|---|
| ||




