Helper methods for working with EventInfo.
public static class EventInfoUtility
| name | description |
|---|---|
| static WeakSubscribe<TSource,TTarget>(…) | Subscribes to the event of the specified source with a weak reference to the subscriber. |
| static WeakSubscribe<TSource,TTarget,TEventArgs>(…) | Subscribes to the event of the specified source with a weak reference to the subscriber. |