SynchronizationOperationEnum
SynchronizationOperationEnum enumeration constants are used to define operations which require synchronization.
typedef enum {
SOP_PageChanged,
SOP_FocusChanged
} SynchronizationOperationEnum;
Elements
Name | Description |
---|---|
SOP_PageChanged | Active page has been changed. |
SOP_FocusChanged | Focus has been changed. |
Used in
17.09.2024 15:14:41