Open sandboxFocus

Method AddHandler

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