Mdi Children Changed in .Net

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-04-15T13:22:05Z Indexed on 2010/04/15 13:23 UTC
Read the original article Hit count: 229

Filed under:
|
|
|

Hi

Is there a simple way of tracking the change of an Mdi's children i.e. when they are created and closed, something like an event OnMdiChildListChanged (I realise this doesn't actually exist). I am also aware that I could have a method within my Mdi that handles the creation of child forms and logs the state of them or even create an Interface that defines that a child form has a "NotifyParent" method that is then called on close of the form, but i was wondering if there was any built in events that i could plumb into?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about vb.net