Initializes a new instance of the WorkflowPersonChangeEventArgs 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 WorkflowPersonChangeEventArgs(
	BCDocument document,
	string person
)
Visual Basic
Public Sub New ( _
	document As BCDocument, _
	person As String _
)
Visual C++
public:
WorkflowPersonChangeEventArgs(
	BCDocument^ document, 
	String^ person
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocument
The document in the workflow.
person
Type: System..::..String
The user name of the person in the new state.

See Also