VS generates event handlers in Form1.cs when they already exist in partial class

  • Thread starter Thread starter damian
  • Start date Start date
D

damian

I have seperated my Form1 class into several partial classes, but if i
make a modification to the main form, it generates event handlers in
Form1.cs when they already exist in another partial class. Is there
any way of stopping this?

thanks in advance
 
Not that I know of, but if you figure out a way, please post back. We
finally did away with putting event handlers in partial classes because of
this.

Robin S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top