Class TrackingNotificationArgs
- Namespace
- Dynamicweb.Tracking.Notifications
- Assembly
- Dynamicweb.Tracking.dll
Base class for notifications related to tracking
public abstract class TrackingNotificationArgs : NotificationArgs
- Inheritance
-
TrackingNotificationArgs
- Inherited Members
Properties
TrackingContext
Gets the tracking context.
public TrackingContext TrackingContext { get; }
Property Value
- TrackingContext
- The tracking context.
- See Also