TimGeyssens / UIOMatic

Auto generate an integrated crud UI in Umbraco for a db table based on a petapoco poco (and more)
https://timgeyssens.gitbook.io/ui-o-matic/
Other
67 stars 54 forks source link

Event handing with Umbraco 10 #222

Closed huzzi closed 1 year ago

huzzi commented 1 year ago

Can someone please help me with event handling with Umbraco 10? I need to add some logic before saving / update and deleting a record.

Many thanks

Jogai commented 1 year ago

I dont think this is the place to ask, but here you go: https://docs.umbraco.com/umbraco-cms/reference/notifications/contentservice-notifications

huzzi commented 1 year ago

@Jogai I mean event handling for UIOMatic (UIOMatic.ObjectEventArgs) not for Umbraco events

huzzi commented 1 year ago

Old event handling code for Umbraco 8 still works.