Interface through which an event-level aspect or advice can invoke the next node in the chain of invocation.
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
[InternalImplement]
public interface IEventBindingMethods
| Name | Description |
|---|---|
| AddHandler(ref object, Delegate) | Invoke the |
| InvokeHandler(ref object, Delegate, Arguments) | Invoke the |
| RemoveHandler(ref object, Delegate) | Invoke the |