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: 2023.0.3.0 (2023.0.3.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.
|