Click or drag to resize

WeakEventHandlerTEventArgsEventSink 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 failes. See remarks in the description of this class.

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void EventSink(
	Object? sender,
	TEventArgs e
)

Parameters

sender  Object
Sender of the event.
e  TEventArgs
Event args.
See Also