Click or drag to resize

WorkflowAdvanceEventArgs Class


Event arguments that capture the advancement of a Page in Workflow.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsITransition
      Ingeniux.CMS.EventWorkflowAdvanceEventArgs

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

The WorkflowAdvanceEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodWorkflowAdvanceEventArgsInitializes a new instance of the WorkflowAdvanceEventArgs class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyPage Gets the Page that is advancing in workflow
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Public propertyWorkflow Gets the Workflow that is being advanced
Top
See Also