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: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic TDelegate Target { get; set; }Property Value
TDelegateThe target delegate(s).
See Also