EventHandlerList::RemoveHandler Method (Object^, Delegate^)

 

Removes a delegate from the list.

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

public:
void RemoveHandler(
	Object^ key,
	Delegate^ value
)

Parameters

key
Type: System::Object^

The object that owns the event.

value
Type: System::Delegate^

The delegate to remove from the list.

.NET Framework
Available since 1.1
Return to top
Show: