Click or drag to resize
EventLogEventsPrepareData Field
Event is triggered when EventLogInfo object enters to the system using EventLogProvider at the moment when HttpContext or any other application contexts are available.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 12.0.0
Syntax
C#
public static readonly PrepareEventLogDataHandler PrepareData

Field Value

Type: PrepareEventLogDataHandler
Remarks
Event can fill any additional data to not persisted EventLogInfo object.
See Also