Click or drag to resize
CancelReassignToWorkAreaEventArgs Constructor (BCWorkPackage, BCDocument, Boolean, Boolean)
Initializes a new instance of the CancelReassignEventArgs class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public CancelReassignToWorkAreaEventArgs(
	BCWorkPackage workPackage,
	BCDocument document,
	bool reassign,
	bool cancel
)

Parameters

workPackage
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkPackage
The work area to which the document is reassigned.
document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The reassigned document.
reassign
Type: SystemBoolean
A value indicating whether the document is reassigned.
cancel
Type: SystemBoolean
A value indicating whether the operation should be canceled.
See Also