Click or drag to resize
EventLogEvents Class
Event log events
Inheritance Hierarchy
SystemObject
  CMS.EventLogEventLogEvents

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 12.0.0
Syntax
C#
public static class EventLogEvents

The EventLogEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberLogEvent
Event is triggered when event is being persisted.
Public fieldStatic memberPrepareData
Event is triggered when EventLogInfo object enters to the system using EventLogProvider at the moment when HttpContext or any other application contexts are available.
Top
See Also