This event is fired when QFormula is deleted or when some error has occurred during the request processing.
Visual Basic |
---|
Public Event QFormulaDeleted( _ ByVal cqg_qformula_name_or_number As String, _ ByVal cqg_error As CQGError _ ) |
- cqg_qformula_name_or_number
- Expression that was used to delete QFormula.
- cqg_error
CQGError object, describing the last error occurred during processing request.
If no error has occurred, the parameter value is either Nothing or invalid error depending on the UsedFromATLClient setting of the configuration.
The parameter can be checked for validity via the CQGCEL.IsValid method.
Request is considered successful if cqg_error is invalid.