arguments for closing

  • Thread starter Thread starter mutant
  • Start date Start date
M

mutant

Guest
Hi.
When i try to handle closing of the form it says that argumants dont have same signature. Can anyone give me proper arguments for this?
Something like:
Visual Basic:
Private Sub frmForm_Closing(i dont know what args go in here) Handles MyBase.Closing
I never used this before so i dont know. I looked in help but couldnt find it.
 
Go to code view. In the Class Name drop down box (on the top, left) , select "(Base Class Events)". Then in the box on the right, select "Closing"
 
Back
Top