Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XPositioningListener

Base Interface
com::sun::star::lang::XEventListener

[ DEPRECATED ]
Description
receives "positioned" events posted by a database form.


Methods' Summary

positioned is invoked when the database form has been positioned on a data record.

Methods' Details

positioned
 
[ oneway ] void
positioned(
[ in ] com::sun::star::lang::EventObject aEvent );

Description
is invoked when the database form has been positioned on a data record.
See also
XDatabaseForm

Top of Page