Proposal: Expression-bodied events · Issue #11198 · dotnet/roslyn
There are two common use cases where you actually need to write add and remove manually: Explicit implementations and forwarding events to each other. class C : Interface { private EventHandler @ev...