Extending OnSaving when clicking on Save and Publish button
Hey,
I would like to extend the Save and Publish button to run my code when clicked.
With V7, I've extended the 'ContentService.Saving' on ApplicationEventHandler but now, in V8 it has changed to Umbraco Components but I'm finding a bit tricky to put it working.
Can someone guide me on how to set this?
Info: DLL mode enabled.
Extending OnSaving when clicking on Save and Publish button
Hey,
I would like to extend the Save and Publish button to run my code when clicked.
With V7, I've extended the 'ContentService.Saving' on ApplicationEventHandler but now, in V8 it has changed to Umbraco Components but I'm finding a bit tricky to put it working.
Can someone guide me on how to set this? Info: DLL mode enabled.
TIA /LPP
An example of a Saving handler is here: https://our.umbraco.com/documentation/Implementation/Composing/#example---creating-a-component-to-listen-for-contentservicesaving-events
Super.
Awesome Sebastiaan.
Solved, implemented, launched, live! :D
is working on a reply...