Event for Changing Custom Plugin Data

Tags: v8

The V8 API has added an event for changing custom plugin data CustomDataChanged.

The notification parameter CustomDataChangedEventArgs consists of several fields:

Plugins subscribing to the event receive notifications only about custom data that was written/updated/removed by themselves or on other terminals by plugins with the same moduleId. If two different plugins with the same moduleId work with custom data, notifications will be sent to both.