Click or drag to resize
ScoringEventsRecalculateAfterContactAction Field

Note: This API is now obsolete.

When contact performs an action which can affect its score, score has to be recalculated. This event is fired when this recalculation happens.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Due to the change in the way how activities are being processed in Kentico 8.1, this event is no longer fully supported. Altering data on the Before event will have no effect. Use RecalculateAfterContactActionsBatch event instead.")]
public static RecalculateAfterContactActionHandler RecalculateAfterContactAction

Field Value

Type: RecalculateAfterContactActionHandler
See Also