<PackageReference Include="System.Diagnostics.EventLog" Version="4.5.0-preview1-26216-02" />

EntryWrittenEventArgs

namespace System.Diagnostics { public class EntryWrittenEventArgs : EventArgs { public EventLogEntry Entry { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } public EntryWrittenEventArgs() { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } public EntryWrittenEventArgs(EventLogEntry entry) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } }