Can anyone advise me whether LLBLGen Pro will generate entities that raise an event that fires just before an Entity property is about to be changed and if so, whether it can be cancelled in the event to abandon the update?
I note that LLBL implements the IPropertyChanged interface but I guess I am referring to and "IPropertyChanging" type scenario?
If not, can I configure LLBL to generate this event for each property?
Thanks.