IEngineInitialized Event

Occurs during engine startup after all registered services implementing IRequireInitialization have been initialized.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
event EventHandler Initialized

Value

EventHandler
Remarks
When this event fires, the value of State will be Initialized.
See Also