EngineStarted Event

Occurs when the call to StartEngine has completed.

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

Value

EventHandler

Implements

IEngineStarted
Remarks
When this event fires, the value of State will be Started.
See Also