Click or drag to resize

WeakActionHandlerT1, T2, T3   Conversion (WeakActionHandlerT1, T2, T3 to ActionT1, T2, T3)

Converts this instance to an action 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 Action<T1, T2, T3> (
	WeakActionHandler<T1, T2, T3> weakHandler
)

Parameters

weakHandler  WeakActionHandlerT1, T2, T3
The WeakActionHandler instance.

Return Value

ActionT1, T2, T3
A reference to the event handler routine inside the WeakActionHandler instance.
See Also