B
Billy
Hello!
I'm learning C# and I came to a problem with events. I know how to do
that in VB.NET but look like in C# is different approach.
If I in VB.NET double click on Form I automatically get new method
Form1_Load in Code window. Then I select in top left ComboBox instead
"(General)" item "(Form1 Events)" and then I can easy select in right
ComBox event I would like to choose, in my case FormClosing.
How can I do the same in C#? I know that I can select event in design
view in Properties window with Events Button and then double click to
create that event. But how to do that in Code window?
Thanks,
Billy
I'm learning C# and I came to a problem with events. I know how to do
that in VB.NET but look like in C# is different approach.
If I in VB.NET double click on Form I automatically get new method
Form1_Load in Code window. Then I select in top left ComboBox instead
"(General)" item "(Form1 Events)" and then I can easy select in right
ComBox event I would like to choose, in my case FormClosing.
How can I do the same in C#? I know that I can select event in design
view in Properties window with Events Button and then double click to
create that event. But how to do that in Code window?
Thanks,
Billy