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

interface XSubmitListener
Base Interfaces
XSubmitListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

Methods' Summary
approveSubmit is invoked when a component is about to submit it's data.  
Methods' Details
approveSubmit
boolean
approveSubmit( [in] ::com::sun::star::lang::EventObject  Event );

Description
is invoked when a component is about to submit it's data.
Parameter Event
the event happened
Returns
`TRUE` when submitting was approved, otherwise `FALSE`.
Top of Page