nvchernov / ActiveSupport

A .Net library that makes your code beautiful, explicit and simple

Home Page:https://github.com/nvchernov/ActiveSupport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IsEventHandlerRegistered

nvchernov opened this issue · comments

Make method that checking if method was registered allready

public static bool IsEventHandlerRegistered<T>(this EventHandler<T> eventHandler, ... ) where T : EventArgs