Click or drag to resize
ActivityEvents Class
Activity events.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsActivityEvents

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static class ActivityEvents

The ActivityEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberActivityLogged
Event fires immediately when activity is being logged. This event is fired when activity is being logged using Activity.Log() or ActivityLogProvider.LogActivity() methods. Event is not fired when activity is logged using ActivityInfoProvider.SetInfo().
Top
See Also