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

EventInterceptionArgs.AddHandler Method

AddHandler(Delegate)

Adds a handler to the event by invoking the Add semantic of the next node in the chain of invocation.

Declaration
public abstract void AddHandler(Delegate handler)
Parameters
Type Name Description
System.Delegate handler

The handler to add to the event.