Click or drag to resize

WeakEventSourceTEventArgsSubscribe Method

Subscribes the specified handler for the event.

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public void Subscribe(
	EventHandler<TEventArgs> handler
)

Parameters

handler
Type: SystemEventHandlerTEventArgs
The handler.
See Also