Avatar of ECIQue
ECIQue

asked on 

Closing Child MDI and open a new child MDI based on Closed child MDI.

I have MDI parent. I am opening a new child MDI in that. and I have next button in it. when user press next button i want that child to close and open a new child based on the close child. I tried showdialog(); but thats doesn't work in MDI parent. Is there any event handling i can set up for MDI container so that way i can catch when the child window is being closed.
Thank You all.
C#

Avatar of undefined
Last Comment
ECIQue

8/22/2022 - Mon