Question about Form's On_Closing event
Say I have two Forms FormA and FormB
In FormA I add an event handler for FormB's On_Closing event.
If I have code in FormB's On_Closing event in both FormA and FormB, does one get executed before the other? What happens??
|