content.saved
See ContentSaved
Fired when any Page, Entry, Taxonomy Term, or Global is saved. The respective class will be passed through, along with original attributes from before it was updated.
public $events = ['content.saved' => 'handle'];
public function handle(Content $content, $original);