How to emulate C# events in D

matheus matheus at gmail.com
Sun Apr 19 23:48:48 UTC 2026


On Sunday, 19 April 2026 at 15:50:48 UTC, Brother Bill wrote:
> I am not talking about integrating C# and D.  This is for pure 
> D development.
>
> How does one go about it, whether directly or with a library?

There is this library: https://code.dlang.org/packages/sharpevents

And I believe from what I understand, C# events are Delegates in 
D.

Matheus.


More information about the Digitalmars-d-learn mailing list