Initializes a new instance of the EventLogEvent class with the specified event log entry.
[Visual Basic] Overloads Public Sub New( _ ByVal entry As EventLogEntry _ ) [C#] public EventLogEvent( EventLogEntry entry ); [C++] public: EventLogEvent( EventLogEntry* entry ); [JScript] public function EventLogEvent( entry : EventLogEntry );
EventLogEvent Class | EventLogEvent Members | System.Diagnostics Namespace | EventLogEvent Constructor Overload List