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
Event Initialized As EventHandler
event EventHandler^ Initialized {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract Initialized : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerRemarks See Also