Table of Contents

Interface IFlowEventDelegateTarget

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll
public interface IFlowEventDelegateTarget

Properties

CurrentContextObject

Object CurrentContextObject { get; }

Property Value

Object

Methods

TryExecuteEvent(Object, string, EventBase)

bool TryExecuteEvent(Object contextObject, string eventName, EventBase evtBase = null)

Parameters

contextObject Object
eventName string
evtBase EventBase

Returns

bool