Take the following C# class:
c1 { event EventHandler someEvent; }
If there are a lot of subscriptions to c1\'s someEven
c1
someEven
You can achieve this by using the Delegate.Remove or Delegate.RemoveAll methods.