I was just reading the “Wrapping Non-Standard Events or Delegates” part of Forwarding .Net Libraries in the gray book. How would this work for something like:
Asked google for an example but couldn’t find anything.
Currently the events show up in VL as Nodes without inputs / outputs.
Action<IUploadProgress> should be just a delegate in vl. the event keyword should you give an Add and Remove operation that allows you to add a delegate to the event. does this work?