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

enum DataEditorEventType
Description
specifies the type of an event from an XDataEditor.

Values
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
DONE,
Description
specifies that the data editing is done (data stored).
CANCELED
CANCELED,
Description
specifies that the data editing was cancelled by the user (data not stored).
Top of Page