Name

EntryWrittenEventArgs

Synopsis

These event arguments are passed by an EventLog.EntryWritten event.

public class EntryWrittenEventArgs : EventArgs {
// Public Constructors
   public method EntryWrittenEventArgs();  
   public method EntryWrittenEventArgs(EventLogEntry entry);  
// Public Instance Properties
   public field EventLogEntry Entry{get; } 
}

Hierarchy

System.ObjectSystem.EventArgsEntryWrittenEventArgs

Passed To

EntryWrittenEventHandler.{BeginInvoke(), Invoke()}

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.