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

struct FilterEvent
Base Hierarchy
FilterEvent
 ┗ ::com::sun::star::lang::EventObject

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