Click or drag to resize
DigitalRuneWeakMulticastDelegateAdd Method
Adds a new Delegate to the WeakMulticastDelegate.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public void Add(
	Delegate delegate
)

Parameters

delegate
Type: SystemDelegate
The new Delegate.
Exceptions
ExceptionCondition
ArgumentNullExceptiondelegate is .
See Also