Commit Graph

5 Commits

Author SHA1 Message Date
Morten Christensen
3dec881848 Removing extra line spaces 2014-01-17 15:28:12 +01:00
Morten Christensen
194d241b02 Adding Publish and UnPublish EventArgs 2012-12-28 14:15:12 -01:00
Shannon Deminick
d0769cef0f Removed SavedCollection/SavingCollection events and just changed the SaveEventArgs and DeleteEventArgs to have enumerables.
Changed the base CancellableObjectEventArgs to have a protected property so inheritors can just expose the 'T' object as their own
better name.
2012-12-21 07:17:27 +05:00
Shannon Deminick
a925b092e7 Created new event structure (currently only implemented for Saving/Saved) and new events CollectionSaving, CollectionSaved.
Created new way to raise events and handle their cancellations. Everything is strongly typed so should make
working with events much nicer for end users. Also ensures that the Sender is the object raising the event.
2012-12-15 21:04:17 +05:00
Shannon Deminick
41e3471f2e Moves event args classes to separate files 2012-12-15 10:44:09 +05:00