AddHandler(Delegate)
Use meta.Proceed() from the advice that overrides the event adder, or use IEvent.Add(dynamic?).
Declaration
public abstract void AddHandler(Delegate handler)Parameters
| Type | Name | Description |
|---|---|---|
| Delegate | handler |
Use meta.Proceed() from the advice that overrides the event adder, or use IEvent.Add(dynamic?).
public abstract void AddHandler(Delegate handler)| Type | Name | Description |
|---|---|---|
| Delegate | handler |