Showing related tags and posts accross the entire site.
Sorry, but there are no more tags available to filter with.
-
I think I spoke too soon. I can't seem to find this DataRequested event or any DataRequestedEventHandler delegates I did a search for similar strings as well and I couldn't find anything. I'm using the v2.0.0.387 templates. Also, is there an event that I can key into for ALL calls to the datarepository...
-
Hi, if you want to monitor the entity itself, there's OnColumnChanged, OnPropertyChanged You can monitor a provider for Save, like: DataRepository.AddressProvider.DataRequested += new NameSpace.Data.Bases.EntityProviderBaseCore<Address, AddressKey>.DataRequestedEventHandler(AddressProvider_DataRequested...