Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi All,
Has anyone got up and running with Events in Umbraco 9 yet. I read somewhere that these may have changes quite a lot.
Has any of the Umbraco 9 team got any code examples how to create basic events?
I am looking for the equivilant how how we used to do it for Umbraco 8
public void Initialize() { ContentService.Published += ContentService_Published; } public void Terminate() { } private void ContentService_Published(IContentService sender, ContentPublishedEventArgs args) { }
Kind Regards
David
Hi David - there's some documentation on this published here.
Andy
That is Umbraco 9 right? Its just logged under the V8 dropdown.
Saying that though it doesn't look like Umbraco 8 code.
It's Umbraco 9 yes, looks like the drop-down list for the version isn't populated yet with "V9".
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Umbraco 9 Events - How to create a published events
Hi All,
Has anyone got up and running with Events in Umbraco 9 yet. I read somewhere that these may have changes quite a lot.
Has any of the Umbraco 9 team got any code examples how to create basic events?
I am looking for the equivilant how how we used to do it for Umbraco 8
Kind Regards
David
Hi David - there's some documentation on this published here.
Andy
That is Umbraco 9 right? Its just logged under the V8 dropdown.
Saying that though it doesn't look like Umbraco 8 code.
It's Umbraco 9 yes, looks like the drop-down list for the version isn't populated yet with "V9".
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.