 |
| BcfSavePointEventArgs Constructor |
Namespace: CalculationWorks.BusinessModel.Behaviors.DiagnosticsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfSavePointEventArgs(
BcfSavePoint savepoint,
bool canceled
)
Public Sub New (
savepoint As BcfSavePoint,
canceled As Boolean
)
public:
BcfSavePointEventArgs(
BcfSavePoint^ savepoint,
bool canceled
)
new :
savepoint : BcfSavePoint *
canceled : bool -> BcfSavePointEventArgsParameters
- savepoint
- Type: CalculationWorks.BusinessModelBcfSavePoint
The savepoint. - canceled
- Type: SystemBoolean
if set to true the operation was canceled.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also