This is the listener interface for receiving "approveDelete" and "deleted" events posted by a database form. More...
import "XDeleteListener.idl";
 
  
| Public Member Functions | |
| boolean | approveDelete ([in] com::sun::star::lang::EventObject aEvent) | 
| is invoked when the current record of the database form will be deleted. | |
| void | deleted ([in] com::sun::star::lang::EventObject aEvent) | 
| is invoked when a database form has finished the delete processing and the data has been successfully deleted from the datasource. | |
|  Public Member Functions inherited from XEventListener | |
| void | disposing ([in] com::sun::star::lang::EventObject Source) | 
| gets called when the broadcaster is about to be disposed. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
This is the listener interface for receiving "approveDelete" and "deleted" events posted by a database form.
"approveDelete" may be used to abort a deletion of the current data record.
Please do not use anymore, this interface is superseded by com::sun::star::form::XConfirmDeleteListener.
| boolean approveDelete | ( | [in] com::sun::star::lang::EventObject | aEvent | ) | 
is invoked when the current record of the database form will be deleted.
| void deleted | ( | [in] com::sun::star::lang::EventObject | aEvent | ) | 
is invoked when a database form has finished the delete processing and the data has been successfully deleted from the datasource.