Retrieves the MethodInfo object for "removing" a method of the event represented by this instance.
[Visual Basic] Overloads Public Function GetRaiseMethod() As MethodInfo [C#] public MethodInfo GetRaiseMethod(); [C++] public: MethodInfo* GetRaiseMethod(); [JScript] public function GetRaiseMethod() : MethodInfo;
Retrieves a MethodInfo object that you call to return the unsubscribe an event.
EventInfo Class | EventInfo Members | System.Reflection Namespace | EventInfo.GetRaiseMethod Overload List