I read about this Form.Closing event from MSDN. So I created 2 forms, 1 parent and one MDI child. In the child form, I tried to create the following routine, but 'Closing' is not even an option in MyBase! What is the problem?!

Thanks!

VB Code:
  1. Private Sub Form2_Closing(sender As Object, e As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
  2.     End Sub 'Form1_Closing