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

EventInterceptionArgs.ProceedRemoveHandler Method

ProceedRemoveHandler()

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

Declaration
public abstract void ProceedRemoveHandler()