EventInfoGetRemoveMethod Method |
Returns the method used to remove an event handler delegate from the event source.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public MethodInfo GetRemoveMethod()
Return Value
Type:
MethodInfoA
MethodInfo object representing the method used to remove an event handler delegate from the event source.
See Also