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

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocument
The document the event is raised for.
transition
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCWorkflowTransition
The transition of the workflow.
comment
Type: System..::..String
The text message of a comment that will be added to the document log.

See Also