IEventBinding Interface |
Interface through which an event-level aspect or advice can
invoke the next node in the chain of invocation.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public interface IEventBinding
The IEventBinding type exposes the following members.
Name | Description | |
---|---|---|
AddHandler |
Invoke the Add semantic on the next node in the chain of invocation.
| |
InvokeHandler |
Invoke the Invoke semantic on the next node in the chain of invocation.
| |
RemoveHandler |
Invoke the Remove semantic on the next node in the chain of invocation.
|