The overloads of GetAddMethod
are listed below. For a list of all members, see the EventInfo Members list.
Public Methods
| 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. |
abstract | GetAddMethod(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. |