The overloads of GetAddMethod are listed below. For a list of all members, see the EventInfo Members list.
GetAddMethod() : MethodInfo Returns the public method used to add an event handler delegate to an event source for the event reflected by the current instance. abstractGetAddMethod(bool) : MethodInfo Returns the method used to add an event handler delegate to an event source for the event reflected by the current instance, specifying whether or not to return non-public methods.