Events (see the previous topic to see how to create custom events) also can be declared as Shared:
Public Shared Event ThreeClick(ByVal Message As String)
That's good to know because, for example, shared methods can raise only shared events.