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: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public TDelegate Target { get; set; }
Property Value
TDelegate
The target.
See Also