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

The Online Converter untranslates event handler assignments. #513

Description

@beppe9000

When converting C# to Vb.Net using the Online Converter i found two issues, this is the first and #514 is the second.

MyClass.HappyEvent += Happy_EventHandler;
translates to
MyClass.HappyEvent += Happy_EventHandler
instead of
AddHandler MyClass.HappyEvent, AddressOf Happy_EventHandler

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions