votes
Events in web applications, how to set up the handlers?
Hi, Little confused, say I am creating a CMS application, and I want to have events for my class Content. I want to handle events like OnPreContentAdd, OnContentDeleted, OnContentAdded, etc. So I have my class Content, how to I define th ...
