Hello Mayank,
like I mentioned in the previous comment. Use Update After or Update Before event. Because thats the event triggered after clicking Yes in the save changes prompt.
However, you are saying that you want to catch the event after you click Yes in the save changes prompt. This means you actually want to catch the DataUpdateAfter event. You can also follow the below method to generate the update after event.
Thanks,
Atilla