Click or drag to resize
IEventsRegistryAdd Method
Adds an event handler. A handler can handle multiple WorkflowEvents.

Namespace: FlexRule.Flows.Workflows.Managers
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
void Add(
	Object eventHandler
)

Parameters

eventHandler
Type: SystemObject
Remarks
When the context in the is required, the handler must implement IEventsManagerContext and upon adding the handler to registry, the context will be injected.
See Also