Rank: Newbie
Joined: 7/4/2007 Posts: 5
|
Hi
I would like to use actionhandlers to capture user events from within Umbraco.
I've found a couple of examples online where the code catches the ActionNew event - I've got this all working nicely in VS 2005.
However I would like to trigger my code using other events such as ActionSave but the event doesn't seem to trigger. I can run the class library in debug, see the break points being hit but when it comes to the ActionSave line it just doesn't subsequently fire the Execute method.
Is ActionNew the only event currently supported?
Cheers
Colin
|
 Rank: Administration
Joined: 7/25/2006 Posts: 425 Location: vipperoed, denmark
|
hi actionsort and actionpublish works. maybe others. the last might do it. kindly jesper webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP / umbraco certified
|
Rank: Newbie
Joined: 8/2/2006 Posts: 7
|
Hi Jesper My mistake - i was trying to test nodes created off the Content node (to speed up testing/debugging) but these don't trigger properly.
Once I created the node under home it all started working.
Thanks for you tip
Colin
|