Events versus overridable methods?

Viewed 1103

Can anyone provide me with general guidelines as to when I should use overridable methods such as "OnMyEvent", and when I should use events such as "MyEvent" in C#?

Are there any general design principles that can define what to use?

2 Answers
Related