Click or drag to resize
AutomationEvents Class
Automation events
Inheritance Hierarchy
SystemObject
  CMS.AutomationAutomationEvents

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

The AutomationEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAction
Fires when an action is executed
Public fieldStatic memberMoveToNextStep
Fires when the object is moved to next step
Public fieldStatic memberMoveToPreviousStep
Fires when the object is moved to previous step
Public fieldStatic memberProcessTrigger
Fires when a trigger is processed
Top
See Also