Event Extension Methods

The following extension methods are defined for event related types. They save you from the burden to first test whether the eventhandler is null before raising the event. All RaiseEvent methods are no-ops if the event handler specified is null.

EventHandler specific

EventHandler<T> specific

PropertyChangedHandler specific