Refer to CQGCEL.DataError Event.
Visual Basic |
---|
Public Event DataError( _ ByVal cqg_error As Object, _ ByVal error_description As String _ ) |
- cqg_error
Object where the error occurred.
Starting from CQG API v.3.0: CQGError object representing the current error.
- error_description
Description of current error.