Web Container Open Event

Is it safe to place code in the Open event of a web container (using Xojo 2015r2.4?

Today we moved some code from the shown event to the open event of a web container and it fixed an unrelated issue that we were having on a different web container on the same page that was failing to show a dialog in the shown event.

The code that is now in the open event does the following:

  1. Embeds a container in the container
  2. Sets the text property of (4) labels

We thought moving the code to the open event would cause issues.