Table of Contents

Class LoggingNotification.LogEventNotificationArgs

Namespace
Dynamicweb.Logging.Notifications
Assembly
Dynamicweb.Core.dll

Provides information about event operations.

public class LoggingNotification.LogEventNotificationArgs : NotificationArgs
Inheritance
LoggingNotification.LogEventNotificationArgs
Inherited Members

Constructors

LogEventNotificationArgs(LogEvent)

Initializes a new instance of an object.

public LogEventNotificationArgs(LogEvent current)

Parameters

current LogEvent

LogEventNotificationArgs(LogEvent, bool)

Initializes a new instance of an object.

public LogEventNotificationArgs(LogEvent current, bool isNew)

Parameters

current LogEvent
isNew bool

Indicates if the event is newly created or an old one that is being updated.

Properties

Event

The event

public LogEvent Event { get; }

Property Value

LogEvent

IsNew

Indicates that the event is new.

public bool IsNew { get; }

Property Value

bool
To top