PostSharp / / API Reference / Post­Sharp.​Aspects.​Internals / Event­Broker
Open sandbox

Class EventBroker

Inheritance
EventBroker
Namespace: PostSharp.Aspects.Internals
Assembly: PostSharp.dll
Syntax
[Internal]
public abstract class EventBroker : Object

Constructors

Name Description
EventBroker(Object)

Properties

Name Description
Instance

Methods

Name Description
AddHandler(Delegate)
OnEventFired(Arguments)
OnHandlerInvoked(Delegate, Arguments)
RemoveHandler(Delegate)
SubscribeImpl()
UnsubscribeImpl()