Click or drag to resize
EventInfoGetRemoveMethod Method
Returns the method used to remove an event handler delegate from the event source.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public MethodInfo GetRemoveMethod()

Return Value

Type: MethodInfo
A MethodInfo object representing the method used to remove an event handler delegate from the event source.
See Also