ApplicationEventsPreInitialized Field |
Occurs after the application pre-initialization.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntaxpublic 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