EntryWrittenEventHandler
Represents the method that will handle the EntryWritten event of an EventLog.
namespace System.Diagnostics
{
public delegate void EntryWrittenEventHandler (object sender, EntryWrittenEventArgs e);
}