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

EventInterceptionArgs.ProceedInvokeHandler Method

ProceedInvokeHandler()

Proceeds with invoking the System.Delegate with the arguments specified in the Arguments property. The delegate may change the Arguments and set the ReturnValue. This method invokes the next handler in chain. It is typically invoked from the implementation of OnInvokeHandler(EventInterceptionArgs).

Declaration
public abstract void ProceedInvokeHandler()