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.