Class LogEntryArgs
Provides data for an event that reports a log entry.
public class LogEntryArgs : EventArgs
- Inheritance
-
LogEntryArgs
- Inherited Members
- Extension Methods
Constructors
LogEntryArgs(LogEntry)
Initializes a new instance of the LogEntryArgs class.
public LogEntryArgs(LogEntry Entry)
Parameters
EntryLogEntryThe log entry associated with the event.
Properties
Entry
Gets the log entry associated with the event.
public LogEntry Entry { get; }