Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

SD5 WinForms Designer does not load event handlers. #249

@dgrunwald

Description

@dgrunwald
  1. Create new C# Windows Forms Application
  2. Enter design mode
  3. Place a button
  4. Double-click the button to create event handler
  5. Make the event handler show a message box, test the application -> event handler works as expected
  6. Enter design mode
  7. Move or resize the button
  8. Test the application
    -> the event handler no longer works

It seems that the event handler is ignored by the designer loader. Maybe a bug in the NR5 CodeDomConvertVisitor?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions