Form.Load vs Form.Shown

  • Thread starter Thread starter mahesh.nimbalkar
  • Start date Start date
M

mahesh.nimbalkar

Hi,

What is the difference between Form.Load and Form.Shown event?

Thanks!
 
What is the difference between Form.Load and Form.Shown event?

'Load' is raised directly prior to showing the form, 'Shown' is raised when
the form is already visible.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top