Click or drag to resize
ApplicationEventsInitialized Field
Occurs after the application finishes initialization.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public static SimpleHandler Initialized

Field Value

Type: SimpleHandler
Remarks

When this event occurs, the database connection is available and all modules are initialized.

Fires only once during the application lifetime. Handlers need to be attached in the PreInit or Init of modules.

See Also