IEventBinding.RemoveHandler Method |
Invoke the Remove semantic on the next node in the chain of invocation.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)

C#
void RemoveHandler( ref Object instance, Delegate handler )
Parameters
- instance
- Type: System.Object
Target instance on which the event is defined (null if the event is static). - handler
- Type: System.Delegate
Handler to be removed from the event.

The instance parameter is passed by reference so that instance methods of value types ( struct in C#) are allowed to change the value of the instance.
