Blazor.DOM icon indicating copy to clipboard operation
Blazor.DOM copied to clipboard

Add interface for `EventInProcess`.

Open KristofferStrube opened this issue 1 year ago • 0 comments

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.

KristofferStrube avatar Oct 24 '24 22:10 KristofferStrube