I have a class that has an event defined as an Action<Guid>, as opposed to a classic EventHandler with EventArgs. Is there a way to convert this to an IObservable the same way would be done with a standard EventHandler? I need to do this so I can merge with other IObservables.
| ||||
|
feedback
|
|
If you have this class:
Then this is the code you need to turn the non-standard event into an
| |||||||||||
feedback
|