Blazor.DOM
Blazor.DOM copied to clipboard
Add interface for `EventInProcess`.
To make it easier to implement events that are in-process we should define an interface for the members that are exposed as a part of an EventInProcess called IEventInProcess.
This is similar to the relationship between EventTargetInProcess and IEventTargetInProcess.