Skip to main content
Visual Components are implemented in FRE for Windows.
SynchronizationOperationEnum enumeration constants are used to define operations which require synchronization.
typedef enum {
 SOP_PageChanged,
 SOP_FocusChanged
} SynchronizationOperationEnum;

Elements

NameDescription
SOP\_PageChangedActive page has been changed.
SOP\_FocusChangedFocus has been changed.

Used in

IComponentSynchronizerEvents::OnSynchronizationOver