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