Occurs during engine startup after all registered services implementing
IRequireInitialization
have been initialized.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxevent EventHandler Initialized
Event Initialized As EventHandler
event EventHandler^ Initialized {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}abstract Initialized : IEvent<EventHandler,
EventArgs>Value
EventHandler
Remarks
See Also