:: com :: sun :: star :: form :: runtime ::

unpublished struct FilterEvent
Base Hierarchy
FilterEvent
 ┗ ::com::sun::star::lang::EventObject
Usage Restrictions
not published
Description
is an event fired by a filter controller, when the filter managed by the controller changes.
Since
OOo 3.3
See also
XFilterController

Elements' Summary
DisjunctiveTerm denotes the index of the disjunctive term to which the event applies, if any.  
FilterComponent denotes the index of the filter component to which the event applies, if any.  
PredicateExpression denotes the predicate expression associated with the event.  
Elements' Details
DisjunctiveTerm
long DisjunctiveTerm;
Description
denotes the index of the disjunctive term to which the event applies, if any.
FilterComponent
long FilterComponent;
Description
denotes the index of the filter component to which the event applies, if any.
PredicateExpression
string PredicateExpression;
Description
denotes the predicate expression associated with the event.
Top of Page