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

The Online Converter untranslates event handler assignments. #513

@beppe9000

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions