WeakActionHandlerT1, T2, T3EventSink Method |
Handles the event from the original source. You must not call this method directly. However, it can be neccessary to use the method reference if the implicit casting fails. See remarks in the description of this class.
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void EventSink(
T1 t1,
T2 t2,
T3 t3
)
Parameters
- t1 T1
- First action argument.
- t2 T2
- Second action argument.
- t3 T3
- Third action argument.
See Also