Initializes a new instance of the CancelReassignEventArgs class.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public CancelReassignToWorkAreaEventArgs( BCWorkPackage workPackage, BCDocument document, bool reassign ) |
Visual Basic |
---|
Public Sub New ( _ workPackage As BCWorkPackage, _ document As BCDocument, _ reassign As Boolean _ ) |
Visual C++ |
---|
public: CancelReassignToWorkAreaEventArgs( BCWorkPackage^ workPackage, BCDocument^ document, bool reassign ) |
Parameters
- workPackage
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCWorkPackage
The work area to which the document is reassigned.
- document
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocument
The reassigned document.
- reassign
- Type: System..::..Boolean
A value indicating whether the document is reassigned.