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 |
Use meta.Proceed() from the advice that overrides the event remover, or use IEvent.Remove(dynamic?).
public abstract void RemoveHandler(Delegate handler)| Type | Name | Description |
|---|---|---|
| Delegate | handler |