EventInfo<TSource,TEventHandler>.AddHandler method

Adds an event handler to the event of the specified source.

public void AddHandler(TSource source, TEventHandler handler)
parameter description
source The source.
handler The event handler.

See Also