Occurs when a new revision of a document has been 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<WorkflowRevisionEventArgs> AfterNewRevision
Visual Basic
Public Event AfterNewRevision As EventHandler(Of WorkflowRevisionEventArgs)
Visual C++
public:
 event EventHandler<WorkflowRevisionEventArgs^>^ AfterNewRevision {
	void add (EventHandler<WorkflowRevisionEventArgs^>^ value);
	void remove (EventHandler<WorkflowRevisionEventArgs^>^ 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