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

The Online Converter untranslates event handler assignments. #513

Open
beppe9000 opened this issue Feb 9, 2016 · 0 comments
Open

The Online Converter untranslates event handler assignments. #513

beppe9000 opened this issue Feb 9, 2016 · 0 comments

Comments

@beppe9000
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant