PostSharpAPI ReferencePost­Sharp.​AspectsIEvent­Binding
Open sandboxFocus

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.dll
Syntax
[InternalImplement]
public interface IEventBinding

Methods

Name Description
AddHandler(ref Object, Delegate)

Invoke the Add semantic on the next node in the chain of invocation.

InvokeHandler(ref Object, Delegate, Arguments)

Invoke the Invoke semantic on the next node in the chain of invocation.

RemoveHandler(ref Object, Delegate)

Invoke the Remove semantic on the next node in the chain of invocation.

See Also