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 (24.3.0.1000)
Syntax
event EventHandler Initialized

Value

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