link

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 those events for it, and where would I wire actual event handlers in my web application, would it be the global.asax?