CancelWorkflowPersonsAssignEventArgs Constructor (BCDocument, IListString, String) | 
  
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Design
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic CancelWorkflowPersonsAssignEventArgs(
	BCDocument document,
	IList<string> persons,
	string comment
)
Public Sub New ( 
	document As BCDocument,
	persons As IList(Of String),
	comment As String
)
Parameters
- document
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document the event is raised for. - persons
 - Type: System.Collections.GenericIListString
The collection of user names of persons. - comment
 - Type: SystemString
The text message of a comment that will be added to the document log. 
See Also