Click or drag to resize
ApplicationEventsPreInitialized Field
Occurs after the application pre-initialization.

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

Field Value

Type: SimpleHandler
Remarks
Fires only once during the application lifetime. Handlers need to be attached in the PreInit of modules.
See Also