Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
715
OnLoad being fired from code within InitializeComponent()
posted

After finding the OnLoad method of my Winform was being called before the InitializeComponent() had returned, I drilled deeper into the code and found that the following line of code is firing the OnLoad event:

((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit(); 

 Is there any reason for this code to fire the OnLoad event? Is this a possible bug?

Parents
No Data
Reply Children
No Data