PowerTCP FTP for .NET
DataIsBusyChanged Event



Raised when the value of DataIsBusy changes.
Syntax
Public Event DataIsBusyChanged As EventHandler
Dim instance As Ftp
Dim handler As EventHandler
 
AddHandler instance.DataIsBusyChanged, handler
public event EventHandler DataIsBusyChanged
public:
event EventHandler^ DataIsBusyChanged
Remarks
Can be used as a trigger for enabling/disabling the UI while a file transfer or listing process is active.
See Also

Reference

Ftp Class
Ftp Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic