Class LoggingNotification.LogEventNotificationArgs
- Namespace
- Dynamicweb.Logging.Notifications
- Assembly
- Dynamicweb.Core.dll
Provides information about event operations.
- Inheritance
-
Logging
Notification. Log Event Notification Args
- Inherited Members
Constructors
LogEventNotificationArgs(LogEvent)
Initializes a new instance of an object.
Parameters
current
LogEvent
LogEventNotificationArgs(LogEvent, bool)
Initializes a new instance of an object.
Parameters
current
LogEvent isNew
boolIndicates if the event is newly created or an old one that is being updated.
Properties
Event
The event
Property Value
IsNew
Indicates that the event is new.