when you want to intercept closing of your form, then use e.Cancel = true; // this cancels the close…

August 27th, 2012
by microbender

when you want to intercept closing of your form, then use
e.Cancel = true; // this cancels the close event.

I am using MDIParent Form. when I close its child the object of child dispose. Is there any way to set child visibilty false instead of disposing?

Posted in my g+ postings | Comments (0)