📚 SAP Business One SDK Help

EventFilter Collection Members
See Also  Overview 

Public Methods

Public Method AddDeprecated in UI API 2004.
The method is supported for backward compatibility in the next two releases. Use AddEx instead.
Public Method AddExAdds a form type on which you want to filter events.

For this filter's event type, you can add the forms to which this event applies. The event type is specified in the EventFilters.Add method.

Public Method ItemReturns one of the form types specified for this filter.
Public Method RemoveDeprecated in UI API 2004.
The method is supported for backward compatibility in the next two releases. Use RemoveEx instead.
Public Method RemoveExRemoves a form type from the collection.
Public Method ResetClears the collection of form types.

Public Properties

Public Property CountThe number of form types associated with this event filter.
Public Property EventTypeThe event type to filter in.

See Also