Custom material ..clone callback

Hi all, I need to retrieve the moment I clone a material in custom material plugin
I thought I could use the event
on clone do …
But I actually need the new cloned material, and modify a param that should be unique
Do you have an idea on how I could do this?