RobotStudio event

CodeBehind order of execution

Hello,

following setup:

SmartComponent "A" executes CodeBehind. "A" also has a embedded Mechanism.rslib.
The CodeBehind shall disconnect Mechanism.rslib from Library to be able to attach another component to it.

The disconnection is triggered by void Onload(SmartComponent component).
But it seems that the Mechanism.rslib is not loaded when the CodeBehind is executed. So, the Mechanism will not be disconnected. When I trigger the disconnection by an I/O Signal, it works.

How can I disconnect a sub-library after its owning SmartComponent is loaded?