Synergy I/O Hooks API
The Synergy I/O Hooks API enables you to perform pre- and post-I/O operations, like moving or processing data, creating log files, and checking file locks. You can use it to implement business logic, generate logs of what’s going on with your data, etc. The Synergy I/O hooks class objects are in the Synergex.SynergyDE.IOExtensions namespace.
Understanding the Synergy I/O Hooks API
Synergex.SynergyDE.IOExtensions.IOEventMask - Set bit masks for hook qualifiers
Synergex.SynergyDE.IOExtensions.IOFlags - Specify an I/O statement qualifier
Synergex.SynergyDE.IOExtensions.IOHooks - Perform custom I/O without modifying code