EventInterceptionArgs.AddHandler Method |
Adds a handler to the event by invoking the Add semantic of the next node in the chain of invocation.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.6.14.0 (6.6.14.0)

C#
public abstract void AddHandler( Delegate handler )
Parameters
- handler
- Type: System.Delegate
The handler to add to the event.
