You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PublicClassForm1PrivateSubMultiClickHandler(senderAsObject,eAsEventArgs)HandlesButton1.Click,Button2.ClickMessageBox.Show($"Handled event from {DirectCast(sender, Control).Name}")EndSubEndClass
The conversion works fine if the input events are all on one line, i.e. :
PublicClassForm1PrivateSubMultiClickHandler(senderAsObject,eAsEventArgs)HandlesButton1.Click,Button2.ClickMessageBox.Show($"Handled event from {DirectCast(sender, Control).Name}")EndSubEndClass
Details
Product in use: VS extension
Version in use: 8.2.2
Did you see it working in a previous version, which? No
This is particularly problematic as the conversion produces no error, and the output compiles, but the behaviour of the program changes.
The text was updated successfully, but these errors were encountered:
Input code
In Form1.vb :
Erroneous output
In Form1.Designer.cs :
Expected output
In Form1.Designer.cs :
Alternative Working Input
The conversion works fine if the input events are all on one line, i.e. :
Details
The text was updated successfully, but these errors were encountered: