PostSharpAPI ReferencePost­Sharp.​AspectsEvent­Interception­ArgsInvoke­Handler
Open sandboxFocus

EventInterceptionArgs.InvokeHandler Method

InvokeHandler(Delegate, Arguments)

Invokes a handler by calling the Invoke semantic of the next node in the chain of invocation.

Declaration
public abstract object InvokeHandler(Delegate handler, Arguments arguments)
Parameters
Type Name Description
System.Delegate handler

Handler to be invoked.

Arguments arguments

Arguments passed to the handler.

Returns
Type Description
Object

Return value of the handler.