Class AfterSessionTrackingNotificationArgs
- Namespace
- Dynamicweb.Tracking.Notifications
- Assembly
- Dynamicweb.Tracking.dll
Provides information about the session after it has been tracked.
public class AfterSessionTrackingNotificationArgs : AfterTrackingNotificationArgs
- Inheritance
-
AfterSessionTrackingNotificationArgs
- Inherited Members
Properties
Session
Gets the session.
public SessionData Session { get; }
Property Value
- SessionData
- The session.
- See Also