CancelWorkflowStateChangeEventArgs Constructor (BCDocument, DocumentWorkflowFlags, DocumentWorkflowFlags, String, String, Boolean) | 
  
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Design
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic CancelWorkflowStateChangeEventArgs(
	BCDocument document,
	DocumentWorkflowFlags source,
	DocumentWorkflowFlags target,
	string todoPerson,
	string comment,
	bool cancel
)
Public Sub New ( 
	document As BCDocument,
	source As DocumentWorkflowFlags,
	target As DocumentWorkflowFlags,
	todoPerson As String,
	comment As String,
	cancel As Boolean
)
Parameters
- document
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document in the workflow. - source
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerDocumentWorkflowFlags
The current state of the document. - target
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerDocumentWorkflowFlags
The new state of the document. - todoPerson
 - Type: SystemString
The user name of the to-do person in the new state. - comment
 - Type: SystemString
The text message of a comment that will be added to the document log. - cancel
 - Type: SystemBoolean
A value indicating whether the operation should be canceled. 
See Also