hi,
How to write the VB.NET equivalent code for the following line.
I tried to convert code using Converter, But its not correct code.
Regards,
Veena
How to write the VB.NET equivalent code for the following line.
Code:
popupCanvas.MouseLeftButtonDown += (sender, e) => { HidePopup(); };
Regards,
Veena
Comment