Table of Contents

Class EventDelegateBase

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

Weak delegate structure for ExecutableEvent

public abstract class EventDelegateBase
Inheritance
EventDelegateBase
Derived
Inherited Members
Extension Methods

Constructors

EventDelegateBase()

protected EventDelegateBase()

Methods

Bind(IFlowEventDelegateTarget, string)

public void Bind(IFlowEventDelegateTarget target, string eventName)

Parameters

target IFlowEventDelegateTarget
eventName string

GetContextObject()

protected Object GetContextObject()

Returns

Object

GetEventName()

protected string GetEventName()

Returns

string

InvokeInternal(Object, EventBase)

protected void InvokeInternal(Object contextObject, EventBase eventBase)

Parameters

contextObject Object
eventBase EventBase