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