System.Diagnostics.EntryWrittenEventArgs
Provides data for the EntryWritten event.
namespace System.Diagnostics
{
public class EntryWrittenEventArgs : EventArgs
{
public EventLogEntry Entry { get; }
public EntryWrittenEventArgs();
public EntryWrittenEventArgs(EventLogEntry entry);
}
}