Class EventInfoBinder
Implements
Inherited Members
Namespace: Xareus.Scenarios.Extra.Events
Assembly: Xareus.Scenarios.Extra.dll
Syntax
public class EventInfoBinder : IEventBinder
Constructors
EventInfoBinder(object, EventInfo)
Declaration
public EventInfoBinder(object target, EventInfo eventInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| object | target | |
| EventInfo | eventInfo |
Methods
Subscribe(Delegate)
Declaration
public void Subscribe(Delegate handler)
Parameters
| Type | Name | Description |
|---|---|---|
| Delegate | handler |
Unsubscribe(Delegate)
Declaration
public void Unsubscribe(Delegate handler)
Parameters
| Type | Name | Description |
|---|---|---|
| Delegate | handler |