feat: Add extensions to raise events for common event args

This commit is contained in:
Drew Tingen
2020-08-03 16:48:16 -04:00
committed by Chris Cameron
parent 00a75c6d72
commit c8edac0f14
11 changed files with 175 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added Get and Set extensions to PropertyInfo in SIMPLSHARP to mimic overloads avaliable in NETSTANDARD
- Added Collection extensions for setting and adding ranges of items
- Added a method for getting the total number of seconds in a date
- Added extensions to raise events with common event args using the data directly
### Changed
- Repeater changed to use configured callbacks instead of a dumb event