The OnCancel event is generated when a blocking operation is canceled.
Sub object_OnCancel ( [Index As Integer] )
This event is generated when a blocking operation on the socket, such as sending or receiving data, is canceled with the Cancel method. To assist in determining which operation was canceled, consult the State property.
This event is generated when a blocking operation on the socket, such as sending or receiving data, is canceled with the Cancel method.
To assist in determining which operation was canceled, consult the State property.
Cancel Method, OnError Event
Copyright © 2025 Catalyst Development Corporation. All rights reserved.