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

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

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

Methods' Summary
approveDelete is invoked when the current record of the database form will be deleted.  
deleted is invoked when a database form has finished the delete processing and the data has been successfully deleted from the datasource.  
Methods' Details
approveDelete
boolean
approveDelete( [in] ::com::sun::star::lang::EventObject  aEvent );

Description
is invoked when the current record of the database form will be deleted.
deleted
void
deleted( [in] ::com::sun::star::lang::EventObject  aEvent );

Description
is invoked when a database form has finished the delete processing and the data has been successfully deleted from the datasource.
Top of Page