Synchronization and Event Handler Prompts

Note: The following information refers to WinStudio form events and handlers, and not to application system events and handlers.

To examine event handlers, Form Sync collects all the handlers for a customized event in the Target configuration and all the handlers for the corresponding event in the Source configuration. It then compares them to determine whether the event and the entire set of handlers match.

Form Sync analyzes non-matching handlers and determines whether base-level handlers in the Source can be inserted into the customized version in the Target.

If there is no automatic way to merge the changes, Form Sync presents a prompt. You can select Keep to retain the customized event handlers or Remove to replace the customizations in the Target with base-level versions from the Source.

Related topics