Class 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() |