//My project is in C#.NET 2.0
I have multiple forms in my mdi container window .
When I tried to close mdi form , form closing event of a child form (which has current focus/active child ) occurs before the form closing event of mdi form.
Can anybody help me out there?