enum DataEditorEventType in module com::sun::star::util::

(Global Index)

Syntax

enum DataEditorEventType;

Description

specifies the type of an event from an XDataEditor .

Values Summary

DONE specifies that the data editing is done (data stored).

CANCELED specifies that the data editing was cancelled by the user (data not stored).

Values Details



DONE

Syntax

DONE,

Description

specifies that the data editing is done (data stored).


CANCELED

Syntax

CANCELED,

Description

specifies that the data editing was cancelled by the user (data not stored).

Top of Page