Occurs when a new revision of a document is being created.

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 event EventHandler<CancelWorkflowRevisionEventArgs> BeforeNewRevision
Visual Basic
Public Event BeforeNewRevision As EventHandler(Of CancelWorkflowRevisionEventArgs)
Visual C++
public:
 event EventHandler<CancelWorkflowRevisionEventArgs^>^ BeforeNewRevision {
	void add (EventHandler<CancelWorkflowRevisionEventArgs^>^ value);
	void remove (EventHandler<CancelWorkflowRevisionEventArgs^>^ value);
}

Remarks

If the new revision is created without a transition (invoking the "Workflow" - "Start New Revision" command), then the Transition property is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also