This event is fired when the control has been safely created.
You will in all cases want to use this event rather than the Open event. REALbasic fires the Open event of a control before the control has a valid draw context which makes it unsafe. The ControlCreated event fires after the control has a valid draw context which makes it safe.