Class EventDelegateBase
Weak delegate structure for ExecutableEvent
Inheritance
object
EventDelegateBase
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public abstract class EventDelegateBase
Methods
GetContextObject()
Declaration
protected Object GetContextObject()
Returns
| Type | Description |
|---|---|
| Object |
GetEventName()
Declaration
protected string GetEventName()
Returns
| Type | Description |
|---|---|
| string |
InvokeInternal(Object, EventBase)
Declaration
protected void InvokeInternal(Object contextObject, EventBase eventBase)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | contextObject | |
| EventBase | eventBase |