FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..configureEventHandler Method

Configure Event Handler.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool configureEventHandler(
	Dictionary<string, wfeventhandler> oEventHandlers
)
Public Function configureEventHandler ( _
	oEventHandlers As Dictionary(Of String, wfeventhandler) _
) As Boolean
public:
bool^ configureEventHandler(
	Dictionary<String^, wfeventhandler^>^ oEventHandlers
)

Parameters

oEventHandlers
Type: Dictionary<(Of <(<'String, wfeventhandler>)>)>
The Dictionary o wfeventhandler.

Return Value

DataTable.