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.5.15.0 (6.5.15.0)

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