Click or drag to resize

WeakEventHandlerTEventArgs   Conversion (WeakEventHandlerTEventArgs to EventHandlerTEventArgs)

Converts this instance to an EventHandlerTEventArgs that can be used to add or remove it from/to an event.

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static implicit operator EventHandler<TEventArgs> (
	WeakEventHandler<TEventArgs> weakHandler
)

Parameters

weakHandler  WeakEventHandlerTEventArgs
A instance if this class.

Return Value

EventHandlerTEventArgs
A reference to the event handler routine inside the instance.
See Also