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