Top   Module   Use   Manual   Index 

com :: sun :: star :: util ::

enum DataEditorEventType


Description
specifies the type of an event from an XDataEditor .


Values

DONE
Description
specifies that the data editing is done (data stored).
CANCELED
Description
specifies that the data editing was cancelled by the user (data not stored).
Top of Page