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.AspectsAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)

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