It seems that the option Initial ValueChanged events, which works perfectly with common events, does not work for events within a compound widget.
In my compound widget, a LocalProperty bound to a variable is defined with a dedicated event and action. In the EventBinding, the result of the action is read, and actions are performed accordingly.
Could you suggest a better syntax to achieve an initial update for this event?