I have a progress bar on a UI I would like to update when a record gets inserted into my database. I have done this before when I only had a UI Tier and a Business Tier with no problems. But I am now breaking my code into a UI Tier, Business Tier, and Data Tier and I can't figure how to properly call my OnPropertyChangedEvent in my Data Tier from my business tier and get my UI to update. I am just starting to get familiar with delegates so any advice would be helpful.
Thanks!