Click or drag to resize
DigitalRuneWeakMulticastDelegateRemove Method
Removes a Delegate from the WeakMulticastDelegate.

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

Parameters

delegate
Type: SystemDelegate
The Delegate to remove.
See Also