Initializes a new instance of the WorkflowStateChangeEventArgs class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public WorkflowStateChangeEventArgs(
	BCDocument document,
	DocumentWorkflowFlags source,
	DocumentWorkflowFlags target,
	string todoPerson
)
Visual Basic
Public Sub New ( _
	document As BCDocument, _
	source As DocumentWorkflowFlags, _
	target As DocumentWorkflowFlags, _
	todoPerson As String _
)
Visual C++
public:
WorkflowStateChangeEventArgs(
	BCDocument^ document, 
	DocumentWorkflowFlags source, 
	DocumentWorkflowFlags target, 
	String^ todoPerson
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocument
The document in the workflow.
source
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..DocumentWorkflowFlags
The current state of the document.
target
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..DocumentWorkflowFlags
The new state of the document.
todoPerson
Type: System..::..String
The user name of the to-do person in the new state.

See Also