Open edwardrowe opened 4 years ago
If we add arguments passed out from events, it will break everyone's code. Mostly an easy fix, but still annoying.
To fix this we can use EventArgs https://docs.microsoft.com/en-us/dotnet/standard/events/
If we add arguments passed out from events, it will break everyone's code. Mostly an easy fix, but still annoying.
To fix this we can use EventArgs https://docs.microsoft.com/en-us/dotnet/standard/events/