ApplicationEventsPreInitialized Field |
Occurs after the application pre-initialization.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static SimpleHandler PreInitialized
Field Value
Type:
SimpleHandlerRemarks
Fires only once during the application lifetime. Handlers need to be attached in the PreInit of modules.
See Also