NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventLogEvent Class

Provides data for the System.Diagnostics.EventLog.EntryWritten event.

Object
   EventArgs
      EventLogEvent

[Visual Basic]
Public Class EventLogEvent
   Inherits EventArgs
[C#]
public class EventLogEvent : EventArgs
[C++]
public __gc class EventLogEvent : public EventArgs
[JScript]
public class EventLogEvent extends EventArgs

Remarks

[To be supplied.]

Requirements

Namespace: System.Diagnostics

Assembly: System.Diagnostics.dll

See Also

EventLogEvent Members | System.Diagnostics Namespace