struct RowChangeEvent in module com::sun::star::sdb::

(Global Index)

Syntax

struct RowChangeEvent : com::sun::star::lang::EventObject ;

Description

indicates the type of change action on the data source.

Field Summary

Action indicates the type of change.

Rows indicates the number of rows affected by the change.

Field Details



Action

Syntax

long Action;

Description

indicates the type of change.

See also

RowChangeAction

Rows

Syntax

long Rows;

Description

indicates the number of rows affected by the change.

Top of Page