Click or drag to resize

LoggingNotification.LogEventNotificationArgs Class

Inheritance Hierarchy
System.Object
  Dynamicweb.Extensibility.Notifications.NotificationArgs
    Dynamicweb.Logging.Notifications.LoggingNotification.LogEventNotificationArgs

Namespace:  Dynamicweb.Logging.Notifications
Assembly:  Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntax
public class LogEventNotificationArgs : NotificationArgs

The LoggingNotification.LogEventNotificationArgs type exposes the following members.

Constructors
  NameDescription
Public methodLoggingNotification.LogEventNotificationArgs(LogEvent)
Initializes a new instance of the LoggingNotification.LogEventNotificationArgs class
Public methodLoggingNotification.LogEventNotificationArgs(LogEvent, Boolean)
Initializes a new instance of the LoggingNotification.LogEventNotificationArgs class
Top
Properties
  NameDescription
Public propertyEvent
Public propertyIsNew
Top
See Also