PostSharpAPI ReferencePost­Sharp.​AspectsEvent­Interception­ArgsProceed­Add­Handler
Open sandboxFocus

EventInterceptionArgs.ProceedAddHandler Method

ProceedAddHandler()

Proceeds with adding the System.Delegate to the event to which the current aspect. This method invokes the next handler in chain. It is typically invoked from the implementation of OnAddHandler(EventInterceptionArgs).

Declaration
public abstract void ProceedAddHandler()