EventInfo::GetRemoveMethod Method (Boolean)
When overridden in a derived class, retrieves the MethodInfo object for removing a method of the event, specifying whether to return non-public methods.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- nonPublic
-
Type:
System::Boolean
true if non-public methods can be returned; otherwise, false.
Return Value
Type: System.Reflection::MethodInfo^A MethodInfo object representing the method used to remove an event handler delegate from the event source.
Implements
_EventInfo::GetRemoveMethod(Boolean)| Exception | Condition |
|---|---|
| MethodAccessException | nonPublic is true, the method used to add an event handler delegate is non-public, and the caller does not have permission to reflect on non-public methods. |
Typically, the method has the following signature:
remove_<EventName>(<EventHandlerType> handler)
when invoked late-bound through mechanisms such as Type::InvokeMember. Associated enumeration: ReflectionPermissionFlag::MemberAccess.
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0