MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​InvokersIEvent­InvokerRemove
Open sandboxFocus

IEventInvoker.Remove Method

Remove(Object)

Generates run-time code that removes a given handler from the event. By default, the target instance of the event is this unless the event is static, and the base implementation of the event is invoked, i.e. the implementation before the current aspect layer. To change the default values, or to use the ?. null-conditional operator, use the With(InvokerOptions) method.

Declaration
dynamic Remove(dynamic handler)
Parameters
Type Name Description
System.Object handler
Returns
Type Description
System.Object