Determining when the Owner of a Component has Loaded
问题 I've created a WinForms application that includes a custom component. The component needs to fire one of it's events on start up but, at the time the component's constructor is called, all of the event handlers are still null. What I need is an event that tells me the window owning the component has loaded and all the event handlers have been set. However, it appears that components have no Load event. In fact, it appears they don't come with any events at all with the sole exception of the