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
LogEventisNew
boolIndicates if the event is newly created or an old one that is being updated.
Properties
Event
The event
public LogEvent Event { get; }
Property Value
IsNew
Indicates that the event is new.
public bool IsNew { get; }