> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SynchronizationOperationEnum

> SynchronizationOperationEnum enumeration in ABBYY FineReader Engine Visual Components on Windows — SynchronizationOperationEnum enumeration constants are used to define operations which require synchronization.

<Warning>
  Visual Components are implemented in FRE for Windows.
</Warning>

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

[IComponentSynchronizerEvents::OnSynchronizationOver](/fine-reader/engine/visual-components-reference/supplementary-objects/icomponentsynchronizerevents/onsynchronizationover-method)
