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.
 
Back
Top