Unable to delete event handler in .NET framework??

  • Thread starter Thread starter Daniel Kim
  • Start date Start date
D

Daniel Kim

I'm using .NET VC++, and when I add an event handler, everything looks
good - it shows up in my class browser, etc.

But I could not figure out how to delete the EVENSINK!! The only way seems
to be if I go and remove the lines from the .h and .cpp code manually... I
am thinking that I must be missing something... Because in VC6, I was able
to delete the event handlers using the Class Wizard...

I would appreciate any help on this.

--Daniel
 
Hi Daniel,

Thanks for you posting in the group!

I noticed you posted a same problem in the group dotnet.languages.vc, I
have already posted a reply to it on that queue, please check it there.


Thanks!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Back
Top