I need to be notified when BO.Save() is successful. I tried to bind to BO.AfterSave() event but this event will be raised once the BO saved data successfully, even though its child/parent BO.save() is not yet called.
Which event will be fired after BO.Save(), including all dependencies BO?
Thank you