Class EntryAddedEventArgs
EntryAdded
public sealed class EntryAddedEventArgs : EventArgs
- Inheritance
-
EntryAddedEventArgs
- Inherited Members
Properties
Entry
Gets or sets the entry
[JsonPropertyName("entry")]
public LogEntry Entry { get; set; }