Click or drag to resize

WeakDelegateTDelegateTarget Property

Gets or sets the target delegate(s). 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.3448.0 (4.8.3448.0)
Syntax
C#
public TDelegate Target { get; set; }

Property Value

TDelegate
The target delegate(s).
See Also