Table of Contents

Class BeforeEventTrackingNotificationArgs

Namespace
Dynamicweb.Tracking.Notifications
Assembly
Dynamicweb.Tracking.dll
Provides information about the event before it is tracked.
public class BeforeEventTrackingNotificationArgs : BeforeTrackingNotificationArgs
Inheritance
BeforeEventTrackingNotificationArgs
Inherited Members

Properties

Event

Gets the event.
public EventData Event { get; }

Property Value

EventData
The event.
See Also

See Also

To top