Click or drag to resize
DigitalRuneWeakDelegateDelegate Property
Gets the Delegate stored by the current WeakDelegate object.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public Delegate Delegate { get; }

Property Value

Type: Delegate
if the object referenced by the current WeakDelegate object has been garbage collected; otherwise, a reference to the Delegate.
See Also