Click or drag to resize

WorkflowAdvanceEventArgs Class


Event arguments that capture the advancement of a Page in Workflow.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Ingeniux.CMS.Event.EntityEventArgs<ITransition>
      Ingeniux.CMS.Event.WorkflowAdvanceEventArgs

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public class WorkflowAdvanceEventArgs : EntityEventArgs<ITransition>

The WorkflowAdvanceEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWorkflowAdvanceEventArgs
Initializes a new instance of the WorkflowAdvanceEventArgs class
Top
Properties
See Also