EventInfo.RemoveMethod Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the MethodInfo object for removing a method of the event, including non-public methods.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection.MethodInfoThe MethodInfo object for removing a method of the event.
This property is the equivalent of calling the GetRemoveMethod(Boolean) with a value of true.
Show: