Fixes all over the place
This batch includes:
- Fixing potential race conditions on events
- Replacing all
IReadOnlyCollection
s withIReadOnlyList
s onEventArgs
- Updated
CommandEventArgs
to make access to certain event properties easier
This batch includes:
IReadOnlyCollection
s with IReadOnlyList
s on EventArgs
CommandEventArgs
to make access to certain event properties easier