Click or drag to resize

DocNodeProxy_weakDocNodeTunneledEventHandler Field

Holds the (weak) event handler for tunneling events from the document node.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[NonSerializedAttribute]
protected WeakActionHandler<Object, Object, TunnelingEventArgs>? _weakDocNodeTunneledEventHandler

Field Value

WeakActionHandlerObject, Object, TunnelingEventArgs
See Also