[Solved] how to translate public event from c# to vb.net [closed]
The problem is exactly what the compiler said: the UploadProgressChangedLibArgs type couldn’t be found. That’s another type within the same library – so you need to port that before you can port an event which uses it. As noted in comments, I’d advise you to avoid porting C# to VB or vice versa unless you … Read more