CancelWorkflowTransitionExecuteEventArgs Constructor (BCDocument, BCWorkflowTransition, IListString, IListString, 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 CancelWorkflowTransitionExecuteEventArgs(
	BCDocument document,
	BCWorkflowTransition transition,
	IList<string> todoPersons,
	IList<string> managers,
	string comment,
	bool cancel
)
Public Sub New ( 
	document As BCDocument,
	transition As BCWorkflowTransition,
	todoPersons As IList(Of String),
	managers As IList(Of String),
	comment As String,
	cancel As Boolean
)
Parameters
- document
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document the event is raised for. - transition
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkflowTransition
The transition of the workflow. - todoPersons
 - Type: System.Collections.GenericIListString
The collection of user names of to-do persons. - managers
 - Type: System.Collections.GenericIListString
The collection of user names of managers. - 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