1
vote
3answers
219 views
Difference between OnLoad method and Load event?
Hi,
What is the difference between OnLoad method and Load event? I am developing WinForm controls.
Should I register to Load event or override the OnLoad method? What are the advantages and …
