Class EntryAddedEventArgs
Provides data for events relating to entries being added to the browser's log.
public class EntryAddedEventArgs : EventArgs
- Inheritance
-
EntryAddedEventArgs
- Inherited Members
Constructors
EntryAddedEventArgs(LogEntry)
Initializes a new instance of the EntryAddedEventArgs type.
public EntryAddedEventArgs(LogEntry entry)
Parameters
entryLogEntryThe entry added to the browser's log.
Exceptions
Properties
Entry
The entry added to the browser's log.
public LogEntry Entry { get; }