RemoveImpl Method
Collapse the table of content
Expand the table of content

MulticastDelegate.RemoveImpl Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Removes an element from the invocation list of this MulticastDelegate that is equal to the specified delegate.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Protected Overrides NotOverridable Function RemoveImpl ( _
	value As Delegate _
) As Delegate

Parameters

value
Type: System.Delegate
The delegate to search for in the invocation list.

Return Value

Type: System.Delegate
If value is found in the invocation list for this instance, then a new Delegate without value in its invocation list; otherwise, this instance with its original invocation list.

ExceptionCondition
MemberAccessException

Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft