Click or drag to resize

WeakDelegateTDelegateTarget Property

Gets or sets the target. Gets all delegates that are still alive (and removes the dead targets by the way). If set, it removes the present targets and replaces them with the provided target(s).

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TDelegate Target { get; set; }

Property Value

TDelegate
The target.
See Also