WorkflowPersonChangeEventArgs Constructor  | 
  
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Design
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic WorkflowPersonChangeEventArgs(
	BCDocument document,
	string person
)
Public Sub New ( 
	document As BCDocument,
	person As String
)
Parameters
- document
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document in the workflow. - person
 - Type: SystemString
The user name of the person in the new state. 
See Also