Class EntryAddedEventArgs
Provides data for events relating to entries being added to the browser's log.
public class EntryAddedEventArgs : EventArgs
- Inheritance
-
EntryAddedEventArgs
- Inherited Members
Properties
Entry
The entry added to the browser's log.
public LogEntry Entry { get; set; }