Open sandboxFocus

Method RemoveHandler

RemoveHandler(Delegate)

Use meta.Proceed() from the advice that overrides the event remover, or use IEvent.Remove(dynamic?).

Declaration
public abstract void RemoveHandler(Delegate handler)
Parameters
Type Name Description
Delegate handler