Initializes a new instance of the EventInfo
class.
public EventInfo(Action<TSource, TEventHandler> addHandler,
Action<TSource, TEventHandler> removeHandler)
parameter | description |
---|---|
addHandler | A delegate that adds an event handler to the event of the specified source. |
removeHandler | A delegate that removes an event handler from the event of the specified source. |