:: com :: sun :: star :: sdbc ::

struct ChangeEvent
Base Hierarchy
::com::sun::star::lang::EventObject
 |
 +-ChangeEvent
[ DEPRECATED ]

Elements' Summary
Action indicates the type of change.
Rows indicates the number of rows affected by the change.
Elements' Details
Action
long Action;
Description
indicates the type of change.
See also
ChangeAction
Rows
long Rows;
Description
indicates the number of rows affected by the change.
Top of Page