| IEventsRegistryAdd Method |
Namespace: FlexRule.Flows.Workflows.ManagersAssembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxvoid 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