Description

This event is fired as soon as a diagnostics event is written to its logging destination.

Syntax

Private Sub object_EntryWritten(Entry)

The EntryWritten Event syntax has these parts:

PartDescription
objectA McEventLog object.
EntryA McEventLogEntry object.

McEventLogEntry* : Describes the event just logged.