Click or drag to resize
CancelDocumentTypeChangeEventArgs Constructor (BCDocument, BCDocumentType, Boolean)
Initializes a new instance of the CancelDocumentTypeChangeEventArgs 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 CancelDocumentTypeChangeEventArgs(
	BCDocument document,
	BCDocumentType documentType,
	bool cancel
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document of which the type is changed.
documentType
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentType
The document type.
cancel
Type: SystemBoolean
A value indicating whether the operation should be canceled.
See Also