Class EventDelegateBase
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
targetIFlowEventDelegateTargeteventNamestring
GetContextObject()
protected Object GetContextObject()
Returns
GetEventName()
protected string GetEventName()
Returns
InvokeInternal(Object, EventBase)
protected void InvokeInternal(Object contextObject, EventBase eventBase)