Click or drag to resize
ComponentEventsGlobalEvents Property

Note: This API is now obsolete.

Global events that are fired and survive across requests during the whole application lifetime.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Property was not intended for public use and will be removed in the next version.")]
public static EventList GlobalEvents { get; }

Property Value

Type: EventList
See Also