> ## 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.

# IComponentSynchronizerEvents インターフェース

> Windows 版 ABBYY FineReader Engine Visual Components の IComponentSynchronizerEvents インターフェース — ComponentSynchronizer オブジェクトからリスナーにイベントを通知するために使用される Callback インターフェイスです。

<Warning>
  Visual Components は Windows 用 FRE に実装されています。
</Warning>

これは、[ComponentSynchronizer](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/componentsynchronizer) オブジェクトからリスナーにイベントを通知するためのCallback インターフェイスです。このインターフェースはクライアント側で実装されます。お使いの開発ツール向けの詳細な実装ガイダンスについては、[Working with Connectable Objects](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-connectable-objects) を参照してください。

<div id="methods">
  ## メソッド
</div>

| 名前                                                                                                                                                          | 説明                                                                        |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| [OnSynchronizationOver](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/icomponentsynchronizerevents/onsynchronizationover-method) | Component Synchronizer による同期処理の完了後に呼び出されます。同期が必要だった操作に関する情報がクライアントに渡されます。 |

<div id="see-also">
  ## 関連項目
</div>

[Working with Connectable Objects](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-connectable-objects)

[ComponentSynchronizer](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/componentsynchronizer)
