Initializes a new instance of the EventLogEvent class.
The default constructor, which initializes a new instance of the EventLogEvent class without specifying a value for Entry.
[Visual Basic] Overloads Public Sub New()
[C#] public EventLogEvent();
[C++] public: EventLogEvent();
[JScript] public function EventLogEvent();
Initializes a new instance of the EventLogEvent class with the specified event log entry.
[Visual Basic] Overloads Public Sub New(EventLogEntry)
[C#] public EventLogEvent(EventLogEntry);
[C++] public: EventLogEvent(EventLogEntry*);
[JScript] public function EventLogEvent(EventLogEntry);
EventLogEvent Class | EventLogEvent Members | System.Diagnostics Namespace