EventInfoUtility class

Helper methods for working with EventInfo.

public static class EventInfoUtility

Public Members

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.

See Also