PowerTCP FTP for .NET
Copy Event



Raised when Marshal(CopyResult,String,Object) is used.
Syntax
Public Event Copy As EventHandler(Of CopyEventArgs)
Dim instance As Ftp
Dim handler As EventHandler(Of CopyEventArgs)
 
AddHandler instance.Copy, handler
public event EventHandler<CopyEventArgs> Copy
public:
event EventHandler<CopyEventArgs^>^ Copy
Event Data

The event handler receives an argument of type CopyEventArgs containing data related to this event. The following CopyEventArgs properties provide information specific to this event.

PropertyDescription
Message Returns the message argument provided by the Marshal method. (Inherited from Dart.Ftp.UserStateEventArgs)
UserState Returns the user state argument provided by the Marshal method. (Inherited from Dart.Ftp.UserStateEventArgs)
Remarks
See the SynchronizingObject property for information on updating UI controls in your event handler.
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