Table of Contents

Class BeforeEventTrackingNotificationArgs

Namespace
Dynamicweb.Tracking.Notifications
Assembly
Dynamicweb.Core.dll

Provides information about the event before it is tracked.

public class BeforeEventTrackingNotificationArgs : BeforeTrackingNotificationArgs
Inheritance
BeforeEventTrackingNotificationArgs
Inherited Members

Properties

Event

Gets the event.

public required EventData Event { get; init; }

Property Value

EventData

The event.

See Also

To top