WeakActionHandler Conversion (WeakActionHandler to Action) |
Converts this instance to an action that can be used to add or remove it from/to an event.
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static implicit operator Action (
WeakActionHandler weakHandler
)
Parameters
- weakHandler WeakActionHandler
- The WeakActionHandler instance.
Return Value
ActionA reference to the event handler routine inside the WeakActionHandler instance.
See Also