ReassignEventArgs Constructor |
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic ReassignEventArgs(
BCDocument document,
bool reassign
)
Public Sub New (
document As BCDocument,
reassign As Boolean
)
public:
ReassignEventArgs(
BCDocument^ document,
bool reassign
)
new :
document : BCDocument *
reassign : bool -> ReassignEventArgs
Parameters
- document
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document the event is raised for. - reassign
- Type: SystemBoolean
A value indicating whether the document is reassigned.
See Also