Guest User

Guest User

  • Tech Writer
  • 47
  • 89.5k

How Can I catch the Event ...

Feb 20 2011 9:20 AM
Hi all,

I have From1 and Form2.

\\Form1.Button1.Click

From2 x = new Form2();
x.ShowDialog();
--------------------------
\\From2.Button2.Click

this.close();
--------------------------


1.From1.Load (When I run the App.)
2.Button1.Click (When I click it)
3.From2.Load(When I click the button1)
4.Button2.Click (When I click it)
5.Form2.Close (When I click button2)
6. ?? which Event works ??  (When I am on Form1 again after closing the Form2..)

I want to learn Which Event works on Form1 when I close the dialog Window..

Please Help me ..


Thanks.


Answers (2)