EntryWrittenEventArgs

EntryWrittenEventArgs

System.Diagnostics (system.dll) class

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

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

Hierarchy

System.Object System.EventArgs EntryWrittenEventArgs

Passed To

EntryWrittenEventHandler.{BeginInvoke( ) , Invoke( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net