vb2clr
vb2clr copied to clipboard
Can you add EventHandler to CLRHost class?
i think that will be useful.
Sorry for the late response.
What event type (EventHandler) do you want? I can add events to CLRHost, but I couldn't think of events because CLRHost itself does not have asynchronous operations.
(If you are referring to ExitHandler, it is not possible to merge ExitHandler.bas implementations to CLSHost because AddressOf cannot be used for class methods.)