A System.Reflection.MethodInfo object representing the method used to remove an event handler delegate from the event source.
This method is equivalent to EventInfo.GetRemoveMethod(false).
Typically, the method has the following signature format:
remove_<EventName>(<EventHandlerType> handler)