The OnCancel event is generated when an operation is canceled.
Private Sub object_OnCancel([Index As Integer])
The OnCancel event is generated after an operation is canceled by calling the Cancel method.
Private Sub FileTransfer1_OnCancel() lblFileStatus.Caption = "Operation canceled" End Sub
OnError Event, Cancel Method
Copyright © 2025 Catalyst Development Corporation. All rights reserved.