EventInfo<TSource,TEventHandler>.RemoveHandler method

Removes an event handler from the event of the specified source.

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

See Also