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

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

The ActivityEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberActivityBulkInsertPerformed
Event fired once all the activities are inserted in bulk to the database.
Public fieldStatic memberActivityLogged Obsolete.
Event fires immediately when activity is being logged.
Public fieldStatic memberActivityProcessedInLogService
Event handler for the event fired once the activity is processed in log service.
Top
See Also