Subscribe MDI parent form to MDI child Closed event

  • Thread starter Thread starter MuZZy
  • Start date Start date
M

MuZZy

Hi,

How do i notify the main MDI form that one of the child forms got closed?

Thank you
Andrey
 
Andrey,

Basically, you would attach a method on the main form to the Closing or
Closed event on the child form when it is created. This might require that
you make the event handler public, if the creation of the child is occuring
outside of the scope of the main form.

Hope this helps.
 

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