I have an interface class that declares a Public Event.

In my Implementation class, how do I implement that event so that clients of my implementation class can trap events raised?