Mono Class Library: System.Reflection.EventInfo Overview | MembersSystem.Reflection.EventInfo.GetRaiseMethod Overloads |
The overloads of GetRaiseMethod are listed below. For a list of all members, see the EventInfo Members list.
GetRaiseMethod() : MethodInfo Returns the public method that is called when the event reflected by the current instance is raised. abstractGetRaiseMethod(bool) : MethodInfo Returns the method that is called when the event reflected by the current instance is raised, specifying whether the method to be returned is public or non-public.